[Modify] Move it

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

View File

@ -69,9 +69,6 @@ namespace Example
// To emit a WebSocket.OnMessage event when receives a ping.
//ws.EmitOnPing = true;
// To enable the redirection.
//ws.EnableRedirection = true;
#endif
// To enable the Per-message Compression extension.
//ws.Compression = CompressionMethod.Deflate;
@ -104,6 +101,9 @@ namespace Example
// To connect through the HTTP Proxy server.
//ws.SetProxy ("http://localhost:3128", "nobita", "password");
// To enable the redirection.
//ws.EnableRedirection = true;
// Connect to the server.
ws.Connect ();