Click or drag to resize

ServerChannelNetServerHost Property

Returns OBCOM NetServer host address (name or IP number) of the ServerChannel.

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

Return Value

Type: String
The OBCOM NetServer host address (name or IP number) of the ServerChannel.
Remarks
If the ServerChannel is not connected it returns null.
See Also