Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class UpdateSEWDArgs

    Inheritance
    object
    UpdateSEWDArgs
    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 UpdateSEWDArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration

    Constructors

    UpdateSEWDArgs(string, string)

    Declaration
    public UpdateSEWDArgs(string endpointConfigurationName, string version)
    Parameters
    Type Name Description
    string endpointConfigurationName
    string version

    UpdateSEWDArgs(Uri, string)

    Declaration
    public UpdateSEWDArgs(Uri endPoint, string version)
    Parameters
    Type Name Description
    Uri endPoint
    string version

    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

    Version

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

    Implements

    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration

    Extension Methods

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