Photon Fusion 2.1.1

NetConnection Struct Reference

Network connection. More...

Public Member Functions

override readonly string ToString ()
 Returns a string that represents the current NetConnection.

Properties

readonly bool Active [get]
 Gets a value indicating whether the connection is active.
readonly NetConnectionStatus ConnectionStatus [get]
 Gets the current status of the connection.
readonly NetConnectionId LocalConnectionId [get]
 Gets the local connection ID.
readonly NetAddress RemoteAddress [get]
 Gets the remote address of the connection.
readonly NetConnectionId RemoteConnectionId [get]
 Gets the remote connection ID.
readonly double RoundTripTime [get]
 Gets the round-trip time (RTT) for the connection.

Detailed Description

Network connection.