Click or drag to resize

SocketTransport Fields

The SocketTransport type exposes the following members.

Fields
  NameDescription
Protected fieldCancellationTokenSource
CancellationToken used when readin/writing to streams
(Inherited from BaseTransport.)
Protected fielddisposed
Flag for knowing if the transport is disposed
(Inherited from BaseTransport.)
Protected fieldlocker
Object for locking operations on the Transport
(Inherited from BaseTransport.)
Protected fieldProtocol
Reference to the IProtocol using the Transport
(Inherited from BaseTransport.)
Protected fieldReadStream
Read stream
Protected fieldWriteStream
Write stream
Top
See Also