Click or drag to resize

HandleClientConnect Method

Connect to Server

Namespace:  CSharpGrid.TCPClient
Assembly:  CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Connect(
	string s,
	int port
)

Parameters

s
Type: SystemString
IP Address
port
Type: SystemInt32
Port
See Also