Class AppTermClientTransport
Implements client transport for application terminal contract. READ THIS: this binding processes a few messages a second at best, no need to implement complex optimizations like copy-free code etc.
Inheritance
System.Object
AppTermClientTransport
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)
Namespace: Azos.Sky.Glue
Assembly: Azos.Sky.dll
Syntax
public sealed class AppTermClientTransport : SyncClientTransport, IDisposable, IDaemon, IDaemonView, IApplicationComponent, INamed, IConfigurable, ILocalizedTimeProvider
Constructors
AppTermClientTransport(SyncBinding, Node)
Declaration
public AppTermClientTransport(SyncBinding binding, Node node)
Parameters
Type | Name | Description |
---|---|---|
SyncBinding | binding | |
Node | node |
Methods
DoDecodeResponse(WireFrame, MemoryStream)
Declaration
protected override ResponseMsg DoDecodeResponse(WireFrame frame, MemoryStream ms)
Parameters
Type | Name | Description |
---|---|---|
WireFrame | frame | |
System.IO.MemoryStream | ms |
Returns
Type | Description |
---|---|
ResponseMsg |
Overrides
DoEncodeRequest(MemoryStream, RequestMsg)
Declaration
protected override void DoEncodeRequest(MemoryStream ms, RequestMsg msg)
Parameters
Type | Name | Description |
---|---|---|
System.IO.MemoryStream | ms | |
RequestMsg | msg |
Overrides
Implements
System.IDisposable