Class SendTraceArgs
Inheritance
System.Object
SendTraceArgs
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 SendTraceArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration
Constructors
SendTraceArgs()
Declaration
public SendTraceArgs()
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 |
Trace
Declaration
public string Trace { get; set; }
Property Value
Type | Description |
---|---|
System.String |