The IPConnection type exposes the following members.
Back to Top
Fields
Name | Description | |
---|---|---|
asyncListenerInRead |
True if the async listen method is in a beginRead
(Inherited from Connection.) | |
asyncListenStarted |
True if async listen has started
(Inherited from Connection.) | |
connectionEstablishWait |
A manual reset event which can be used to handle connection setup and establish.
(Inherited from Connection.) | |
connectionSetupException |
A boolean used to signal a connection setup exception.
(Inherited from Connection.) | |
connectionSetupExceptionStr |
If connectionSetupException is true provides additional exception information.
(Inherited from Connection.) | |
connectionSetupWait |
A manual reset event which can be used to handle connection setup and establish.
(Inherited from Connection.) | |
incomingDataListenThread |
The thread listening for incoming data should we be using synchronous methods.
(Inherited from Connection.) | |
packetBuilder |
The PacketBuilder for this connection
(Inherited from Connection.) | |
packetSequenceCounter |
A counter which is incremented during every a send. The current value is included in the header of all sent packets.
(Inherited from Connection.) | |
sendLocker |
Lockers for maintaining thread safe operation
(Inherited from Connection.) | |
SendTimesMSPerKBCache |
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.) | |
totalBytesRead |
The total bytes read so far within dataBuffer
(Inherited from Connection.) |
See Also