NetConnection Properties |
The NetConnection type exposes the following members.
Name | Description | |
---|---|---|
AverageRoundtripTime |
Gets the current average roundtrip time in seconds
| |
CurrentMTU |
Gets the current MTU in bytes. If PeerConfiguration.AutoExpandMTU is false, this will be PeerConfiguration.MaximumTransmissionUnit.
| |
LocalHailMessage |
Gets the local hail message that was sent as part of the handshake
| |
Peer |
Gets the peer which holds this connection
| |
RemoteEndPoint |
Gets the remote endpoint for the connection
| |
RemoteHailMessage |
The message that the remote part specified via Connect() or Approve() - can be null.
| |
RemoteTimeOffset |
Time offset between this peer and the remote peer
| |
RemoteUniqueIdentifier |
Gets the unique identifier of the remote NetPeer for this connection
| |
Statistics |
Gets various statistics for this connection
| |
Status |
Gets the current status of the connection (synced to the last status message read)
| |
Tag |
Gets or sets the application defined object containing data about the connection
|