Show / Hide Table of Contents

Class ShareChatLinkArgs

That is the args to Share a chat link

Inheritance
System.Object
BaseEndPointConfiguration
BaseAuthenticateArgs
ShareChatLinkArgs
Implements
IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
IAuthenticationNeeded
Inherited Members
BaseAuthenticateArgs.ApiPassword
BaseAuthenticateArgs.ApiUser
BaseAuthenticateArgs.Serial
BaseEndPointConfiguration.EndPointConfigurationName
BaseEndPointConfiguration.EndPointUri
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.Args
Assembly: SecureExchangesSDK.dll
Syntax
public class ShareChatLinkArgs : BaseAuthenticateArgs, IEndPointConfiguration, IEndPointName, IUriBindingConfiguration, IAuthenticationNeeded

Constructors

ShareChatLinkArgs(String, Guid, Guid, Guid)

Constructor with a endpoint in the config file

Declaration
public ShareChatLinkArgs(string endPointConfigurationName, Guid serial, Guid apiUser, Guid apiPassword)
Parameters
Type Name Description
System.String endPointConfigurationName

Endpoint config name

System.Guid serial

Your serial

System.Guid apiUser

Your api user

System.Guid apiPassword

Your api password

ShareChatLinkArgs(Uri, Guid, Guid, Guid)

Constructor with a URI has the endpoint. The default uri is : https://www.secure-exchanges.com/_api/0217/0217.asmx

Declaration
public ShareChatLinkArgs(Uri endPoint, Guid serial, Guid apiUser, Guid apiPassword)
Parameters
Type Name Description
System.Uri endPoint

URI of the endpoint

System.Guid serial

Your serial

System.Guid apiUser

Your api user

System.Guid apiPassword

Your api password

Properties

Coordonate

Email or SMS

Declaration
public string Coordonate { get; set; }
Property Value
Type Description
System.String

CultureID

The language of my recipient to initiate the chat

Declaration
public string CultureID { get; set; }
Property Value
Type Description
System.String

MyName

That will represent the name that my user will see when the chat will be initiate

Declaration
public string MyName { get; set; }
Property Value
Type Description
System.String

SessionName

That will represent the session name - title of the windows and is name in the chat

Declaration
public string SessionName { get; set; }
Property Value
Type Description
System.String

ShareMode

Sharing Mode

Declaration
public ShareChatMode ShareMode { get; set; }
Property Value
Type Description
ShareChatMode

Implements

IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
IAuthenticationNeeded

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX