Click or drag to resize

ServerChannelConnect Method (String, String, LayoutManager)

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,
	LayoutManager layouts
)

Parameters

serverName
Type: SystemString
The name of the ServerLink.
netserURI
Type: SystemString
The OBCOM NetServer URI.
layouts
Type: OBCOM.NetClientLayoutManager
The LayoutManager used to download Layouts.
Remarks

The serverName argument is the name of this Server, which must be registered with the NetServer.

The netserURI argument provides the network address (computer name or IP number) and port of the NetServer as "IP,Port".

See Also