Click or drag to resize

HandleClientsendMsg Method

Send a raw command to the server

Namespace:  INF1771_GameClient.Socket
Assembly:  INF1771_GameClient (in INF1771_GameClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void sendMsg(
	string serverResponse
)

Parameters

serverResponse
Type: SystemString
raw command
See Also