| HandleClientconnect Method |
Connects socket to a url or ip address
Namespace:
INF1771_GameClient.Socket
Assembly:
INF1771_GameClient (in INF1771_GameClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void connect(
string s
)
public:
void connect(
String^ s
)
Parameters
- s
- Type: SystemString
url or ip address
See Also