| HandleClientSendMsg Method |
Send String
Namespace:
CSharpGrid.TCPServer
Assembly:
CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public void SendMsg(
string serverResponse
)
public:
void SendMsg(
String^ serverResponse
)
Parameters
- serverResponse
- Type: SystemString
Response String
See Also