The ConnectionInfo type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
ApplicationLayerProtocol |
If enabled NetworkComms.Net uses a custom application layer protocol to provide
useful features such as inline serialisation, transparent packet transmission,
remote peer information etc. Default: ApplicationLayerProtocolStatus.Enabled
| |
ConnectionCreationTime |
The DateTime corresponding to the creation time of this connection object
| |
ConnectionEstablishedTime |
The DateTime corresponding to the creation time of this connection object
| |
ConnectionListener |
If this connection is ServerSide references the listener that was used.
| |
ConnectionState |
Describes the current state of the connection
| |
ConnectionType |
The type of this connection
| |
IsConnectable |
True if the RemoteEndPoint is connectable.
| |
LastTrafficTime |
The DateTime corresponding to the time data was sent or received
| |
LocalEndPoint |
The EndPoint corresponding to the local end of this connection.
| |
NetworkIdentifier |
Returns the networkIdentifier of this peer as a ShortGuid. If the NetworkIdentifier has not yet been set returns ShortGuid.Empty.
| |
RemoteEndPoint |
The EndPoint corresponding to the local end of this connection.
| |
ServerSide |
True if connection was originally established by remote
|
See Also