Click or drag to resize

NetConnection Properties

The NetConnection type exposes the following members.

Properties
  NameDescription
Public propertyAverageRoundtripTime
Gets the current average roundtrip time in seconds
Public propertyCurrentMTU
Gets the current MTU in bytes. If PeerConfiguration.AutoExpandMTU is false, this will be PeerConfiguration.MaximumTransmissionUnit.
Public propertyLocalHailMessage
Gets the local hail message that was sent as part of the handshake
Public propertyPeer
Gets the peer which holds this connection
Public propertyRemoteEndPoint
Gets the remote endpoint for the connection
Public propertyRemoteHailMessage
The message that the remote part specified via Connect() or Approve() - can be null.
Public propertyRemoteTimeOffset
Time offset between this peer and the remote peer
Public propertyRemoteUniqueIdentifier
Gets the unique identifier of the remote NetPeer for this connection
Public propertyStatistics
Gets various statistics for this connection
Public propertyStatus
Gets the current status of the connection (synced to the last status message read)
Public propertyTag
Gets or sets the application defined object containing data about the connection
Top
See Also