Click or drag to resize

StreamTransport Fields

The StreamTransport 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 fieldReader
The binary reader
Protected fieldWriter
The binary writer
Top
See Also