Class BaseEndpointConfiguration
Inheritance
System.Object
BaseEndpointConfiguration
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
Assembly: SecureExchangesSDK.dll
Syntax
public class BaseEndpointConfiguration : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration
Constructors
BaseEndpointConfiguration(String)
Declaration
public BaseEndpointConfiguration(string endPointConfigurationName)
Parameters
Type | Name | Description |
---|---|---|
System.String | endPointConfigurationName |
BaseEndpointConfiguration(Uri)
Declaration
public BaseEndpointConfiguration(Uri endPointUri)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | endPointUri |
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 |