Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class CreateMessengingArgs

    That is the args use to Create a messenging call

    Inheritance
    object
    BaseEndPointConfiguration
    CreateMessengingArgs
    Implements
    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration
    IAuthenticationNeeded
    Inherited Members
    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 CreateMessengingArgs : BaseEndPointConfiguration, IEndPointConfiguration, IEndPointName, IUriBindingConfiguration, IAuthenticationNeeded

    Properties

    ApiPassword

    The api password

    Declaration
    public Guid ApiPassword { get; set; }
    Property Value
    Type Description
    Guid

    ApiUser

    The api user

    Declaration
    public Guid ApiUser { get; set; }
    Property Value
    Type Description
    Guid

    Messenging

    The SE messenging parameters need to be send

    Declaration
    public SEMessenging Messenging { get; set; }
    Property Value
    Type Description
    SEMessenging

    Serial

    The Serial

    Declaration
    public Guid Serial { get; set; }
    Property Value
    Type Description
    Guid

    Implements

    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration
    IAuthenticationNeeded

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation