| ChannelBaseConnect Method |
Connects this channel to serverURI.
Namespace:
OBCOM.NetSwitchLib.Utils
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax protected void Connect(
Uri serverURI,
string tag
)
Protected Sub Connect (
serverURI As Uri,
tag As String
)
Parameters
- serverURI
- Type: SystemUri
The URI with protocol, host and port of server.
- tag
- Type: SystemString
A tag associatted with this channel (can be null).
Exceptions See Also