Click or drag to resize

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
)

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
ExceptionCondition
ArgumentNullExceptionserverURI is null.
See Also