Show / Hide Table of Contents

Class UpdateSEWDArgs

Inheritance
System.Object
UpdateSEWDArgs
Implements
IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
Inherited Members
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 UpdateSEWDArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration

Constructors

UpdateSEWDArgs(String, String)

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

UpdateSEWDArgs(Uri, String)

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

Properties

EndPointConfigurationName

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

EndPointUri

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

Version

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

Implements

IEndPointConfiguration
IEndPointName
IUriBindingConfiguration

Extension Methods

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