Class ClientTransport<TBinding>
Inheritance
System.Object
ClientTransport<TBinding>
Implements
System.IDisposable
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: NFX.Glue
Assembly: NFX.dll
Syntax
public abstract class ClientTransport<TBinding> : ClientTransport, IApplicationComponent, IDisposable, IService, INamed, IConfigurable, ILocalizedTimeProvider where TBinding : Binding
Type Parameters
Name | Description |
---|---|
TBinding |
Constructors
ClientTransport(Binding)
Declaration
public ClientTransport(Binding binding)
Parameters
Type | Name | Description |
---|---|---|
Binding | binding |
Properties
Binding
Declaration
public TBinding Binding { get; }
Property Value
Type | Description |
---|---|
TBinding |
Implements
System.IDisposable