From b3cbea3485593048b0b0ea0004e393394584ed44 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 4 Aug 2016 17:53:09 +0900 Subject: [PATCH] [Modify] Move it --- Example/Program.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/Program.cs b/Example/Program.cs index aa840c41..349aa3c9 100644 --- a/Example/Program.cs +++ b/Example/Program.cs @@ -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 ();