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

  NameDescription
Protected fieldasyncListenerInRead
True if the async listen method is in a beginRead
Protected fieldasyncListenStarted
True if async listen has started
Protected fieldconnectionEstablishWait
A manual reset event which can be used to handle connection setup and establish.
Protected fieldconnectionSetupException
A boolean used to signal a connection setup exception.
Protected fieldconnectionSetupExceptionStr
If connectionSetupException is true provides additional exception information.
Protected fieldconnectionSetupWait
A manual reset event which can be used to handle connection setup and establish.
Protected fieldincomingDataListenThread
The thread listening for incoming data should we be using synchronous methods.
Protected fieldpacketBuilder
The PacketBuilder for this connection
Protected fieldpacketSequenceCounter
A counter which is incremented during every a send. The current value is included in the header of all sent packets.
Protected fieldsendLocker
Lockers for maintaining thread safe operation
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.
Protected fieldtotalBytesRead
The total bytes read so far within dataBuffer
Back to Top
See Also