SocketTransport Fields |
The SocketTransport type exposes the following members.
Name | Description | |
---|---|---|
CancellationTokenSource |
CancellationToken used when readin/writing to streams
(Inherited from BaseTransport.) | |
disposed |
Flag for knowing if the transport is disposed
(Inherited from BaseTransport.) | |
locker |
Object for locking operations on the Transport
(Inherited from BaseTransport.) | |
Protocol |
Reference to the IProtocol using the Transport
(Inherited from BaseTransport.) | |
ReadStream |
Read stream
| |
WriteStream |
Write stream
|