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; }
Public ReadOnly Property SessionID As Integer
Get
Return Value
Type:
Int32The 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