ServerChannelNetServerURI Property |
Returns OBCOM NetServer URI (protocol, host and port) of the ServerChannel.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax public Uri NetServerURI { get; }
Public ReadOnly Property NetServerURI As Uri
Get
Return Value
Type:
Uri
The OBCOM NetServer URI (protocol, host and port) of the ServerChannel.
See Also