Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class ExtenMessageLiveArgs

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

    Constructors

    ExtenMessageLiveArgs(string, Guid, Guid)

    Declaration
    public ExtenMessageLiveArgs(string endPointConfiguration, Guid messageID, Guid extendedMessageToken)
    Parameters
    Type Name Description
    string endPointConfiguration
    Guid messageID
    Guid extendedMessageToken

    ExtenMessageLiveArgs(Uri, Guid, Guid)

    Declaration
    public ExtenMessageLiveArgs(Uri endPointUri, Guid messageID, Guid extendedMessageToken)
    Parameters
    Type Name Description
    Uri endPointUri
    Guid messageID
    Guid extendedMessageToken

    Properties

    EndPointConfigurationName

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

    EndPointUri

    Declaration
    public Uri EndPointUri { get; set; }
    Property Value
    Type Description
    Uri

    ExtendMessageToken

    The id to extend the mesage live

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

    MessageID

    The mesage id

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

    Implements

    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration

    Extension Methods

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