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; }
Public ReadOnly Property NetServerURI As Uri
Get
Return Value
Type:
Uri
The NetServer URI (protocol, host and port) of the ClientChannel.
See Also