[Modify] Edit it

This commit is contained in:
sta 2016-08-04 17:46:04 +09:00
parent e9bea026aa
commit 1d864f0c41

View File

@ -15,7 +15,7 @@ namespace Example
// use the using statement. And the WebSocket connection will be closed with // use the using statement. And the WebSocket connection will be closed with
// close status 1001 (going away) when the control leaves the using block. // close status 1001 (going away) when the control leaves the using block.
// //
// If you would like to connect to a server with the secure connection, // If you would like to connect to the server with the secure connection,
// you should create a new instance with a wss scheme WebSocket URL. // you should create a new instance with a wss scheme WebSocket URL.
using (var nf = new Notifier ()) using (var nf = new Notifier ())