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)
Syntaxpublic void Connect(
string serverName,
string netserURI,
LayoutManager layouts
)
Public Sub Connect (
serverName As String,
netserURI As String,
layouts As LayoutManager
)
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.
RemarksThe 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