| 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
)
public:
void sendMsg(
String^ serverResponse
)
Parameters
- serverResponse
- Type: SystemString
raw command
See Also