Click or drag to resize

ServerChannelSessionID Property

Returns the session ID of the ServerChannel.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public int SessionID { get; }

Return Value

Type: Int32
The session ID of the ServerChannel.
Remarks
This value has meaning only when connected to OBCOM NetServer. In other words, the value returned by this method is undefined if not connected to OBCOM NetServer.
See Also