Click or drag to resize

ServerChannelConnect Method (String, String)

Connects the ServerChannel to OBCOM NetServer specified by the the supplied arguments.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public void Connect(
	string serverName,
	string netserURI
)

Parameters

serverName
Type: SystemString
The name of the ServerChannel.
netserURI
Type: SystemString
The OBCOM NetServer URI.
Remarks
This is a convenience method implemented by the following call:
Connect(serverName, netserURI, (LayoutManager)null);
See Also