Browse Source

[Modify] Edit it

pull/571/merge
sta 3 months ago
parent
commit
da2c1aafb9
  1. 2
      Example2/Program.cs

2
Example2/Program.cs

@ -14,7 +14,7 @@ namespace Example2
// Create a new instance of the WebSocketServer class.
//
// If you would like to provide the secure connection, you should
// create a new instance with the 'secure' parameter set to true or
// create a new instance with the "secure" parameter set to true or
// with a wss scheme WebSocket URL.
var wssv = new WebSocketServer (4649);

Loading…
Cancel
Save