Click or drag to resize

ClientChannelConnect Method (String, Properties)

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

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,
	Properties props
)

Parameters

name
Type: SystemString
The name of this channel.
props
Type: OBCOM.NetSwitchLib.UtilsProperties
The properties of this channel.
Exceptions
ExceptionCondition
ArgumentNullException An argument is null or empty.
Exception A connection error occurs.
See Also