Click or drag to resize

ClientChannelConnect Method (String, String)

Connects this channel to a NetSwitch server using supplied name and nameOrUri.

Namespace:  OBCOM.NetSwitchLib.Clients
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public void Connect(
	string name,
	string nameOrUri
)

Parameters

name
Type: SystemString
The name of this channel.
nameOrUri
Type: SystemString
An environment name or connection URI.
Exceptions
ExceptionCondition
ArgumentNullException An argument is null or empty.
Exception A connection error occurs.
See Also