Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class ShareChatLinkArgs

    That is the args to Share a chat link

    Inheritance
    object
    BaseEndPointConfiguration
    BaseAuthenticateArgs
    ShareChatLinkArgs
    Implements
    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration
    IAuthenticationNeeded
    Inherited Members
    BaseAuthenticateArgs.ApiPassword
    BaseAuthenticateArgs.ApiUser
    BaseAuthenticateArgs.Serial
    BaseEndPointConfiguration.EndPointConfigurationName
    BaseEndPointConfiguration.EndPointUri
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    string endPointConfigurationName

    Endpoint config name

    Guid serial

    Your serial

    Guid apiUser

    Your api user

    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
    Uri endPoint

    URI of the endpoint

    Guid serial

    Your serial

    Guid apiUser

    Your api user

    Guid apiPassword

    Your api password

    Properties

    Coordonate

    Email or SMS

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

    CultureID

    The language of my recipient to initiate the chat

    Declaration
    public string CultureID { get; set; }
    Property Value
    Type Description
    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
    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
    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 Secure Exchanges Inc. - Documentation