TCPConnection FieldsNetworkComms.Net Help
The TCPConnection type exposes the following members.
Fields

  NameDescription
Protected fieldasyncListenerInRead
True if the async listen method is in a beginRead
(Inherited from Connection.)
Protected fieldasyncListenStarted
True if async listen has started
(Inherited from Connection.)
Protected fieldconnectionEstablishWait
A manual reset event which can be used to handle connection setup and establish.
(Inherited from Connection.)
Protected fieldconnectionSetupException
A boolean used to signal a connection setup exception.
(Inherited from Connection.)
Protected fieldconnectionSetupExceptionStr
If connectionSetupException is true provides additional exception information.
(Inherited from Connection.)
Protected fieldconnectionSetupWait
A manual reset event which can be used to handle connection setup and establish.
(Inherited from Connection.)
Protected fieldincomingDataListenThread
The thread listening for incoming data should we be using synchronous methods.
(Inherited from Connection.)
Protected fieldpacketBuilder
The PacketBuilder for this connection
(Inherited from Connection.)
Protected fieldpacketSequenceCounter
A counter which is incremented during every a send. The current value is included in the header of all sent packets.
(Inherited from Connection.)
Protected fieldsendLocker
Lockers for maintaining thread safe operation
(Inherited from Connection.)
Protected fieldSendTimesMSPerKBCache
A NetworkComms.Net math object for tracking send times. Used to prevent send deadlocks. Initialised at 1000 milliseconds per KB write speed, corresponding with 1KB / second.
(Inherited from Connection.)
Protected fieldtotalBytesRead
The total bytes read so far within dataBuffer
(Inherited from Connection.)
Back to Top
See Also