We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Client client = new Client(); client.connect("127.0.0.1", 12345); // ip, port
client.onReceive += new ClientReceiveHandler( (string type, string message) => { } );
client.send(message, type); // String, String
There was an error while loading. Please reload this page.