Class ServerTransport<TBinding>
Inheritance
System.Object
ServerTransport<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 ServerTransport<TBinding> : ServerTransport, IApplicationComponent, IDisposable, IService, INamed, IConfigurable, ILocalizedTimeProvider where TBinding : Binding
Type Parameters
Name | Description |
---|---|
TBinding |
Constructors
ServerTransport(Binding, ServerEndPoint)
Creates an instance of listener transport
Declaration
protected ServerTransport(Binding binding, ServerEndPoint serverEndpoint)
Parameters
Type | Name | Description |
---|---|---|
Binding | binding | |
ServerEndPoint | serverEndpoint |
ServerTransport(Binding, ServerTransport)
Creates instance of a transport that resulted from connection accept by listener. Not all technologies support listener/child transports (TCP does)
Declaration
protected ServerTransport(Binding binding, ServerTransport listener)
Parameters
Type | Name | Description |
---|---|---|
Binding | binding | |
ServerTransport | listener |
Properties
Binding
Declaration
public TBinding Binding { get; }
Property Value
Type | Description |
---|---|
TBinding |
Implements
System.IDisposable