Base class for a UDPKit session. This class represents a session that can be used as starting point for a connection when Direct IP connection is not available.
More...
|
abstract int | ConnectionsCurrent [get, set] |
| Gets the current total of connections. More...
|
|
abstract int | ConnectionsMax [get, set] |
| Gets the max connections allowed on this session. More...
|
|
abstract bool | HasLan [get] |
| Gets a value indicating whether this T:UdpKit.UdpSessionImpl has lan. More...
|
|
abstract bool | HasWan [get] |
| Gets a value indicating whether this T:UdpKit.UdpSessionImpl has WAN Address. More...
|
|
abstract Byte[] | HostData [get, set] |
| Arbitrary Object that can be set on the session. It's used to save the Session Token. Same as HostObject, but in byte array form. More...
|
|
abstract string | HostName [get, set] |
| Gets the host name that is publishing this session. More...
|
|
abstract Object | HostObject [get, set] |
| Arbitrary Object that can be set on the session. It's used to save the Session Token. More...
|
|
abstract Guid | Id [get, set] |
| Gets the session identifier. More...
|
|
abstract bool | IsDedicatedServer [get, set] |
| Gets a value indicating whether this T:UdpKit.UdpSessionImpl is dedicated server. More...
|
|
abstract UdpEndPoint | LanEndPoint [get, set] |
| Gets the LAN end point of this Session. More...
|
|
abstract UdpSessionSource | Source [get, set] |
| Gets the session source. More...
|
|
abstract UdpEndPoint | WanEndPoint [get, set] |
| Gets the WAN end point of this Session. More...
|
|
Base class for a UDPKit session. This class represents a session that can be used as starting point for a connection when Direct IP connection is not available.