Click or drag to resize

ClientChannelNetServerURI Property

Returns the NetServer URI (protocol, host and port) of the ClientChannel.

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

Return Value

Type: Uri
The NetServer URI (protocol, host and port) of the ClientChannel.
See Also