| 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
)
Public Sub Connect (
name As String,
props As Properties
)
Parameters
- name
- Type: SystemString
The name of this channel.
- props
- Type: OBCOM.NetSwitchLib.UtilsProperties
The properties of this channel.
Exceptions See Also