Class ServiceClientHub.ContractMapping.Data
Inheritance
System.Object
ServiceClientHub.ContractMapping.Data
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Sky.Contracts
Assembly: Azos.Sky.dll
Syntax
public sealed class Data
Properties
Binding
Declaration
public string Binding { get; }
Property Value
Type | Description |
---|---|
System.String |
CallTimeoutMs
Declaration
public int CallTimeoutMs { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implementor
Declaration
public Type Implementor { get; }
Property Value
Type | Description |
---|---|
System.Type |
Net
Declaration
public string Net { get; }
Property Value
Type | Description |
---|---|
System.String |
Options
Declaration
public IConfigSectionNode Options { get; }
Property Value
Type | Description |
---|---|
IConfigSectionNode |
ReserveTransport
Declaration
public bool ReserveTransport { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Service
Declaration
public string Service { get; }
Property Value
Type | Description |
---|---|
System.String |