From a8bb74c3942d466404c25506ffc05ddf277af28b Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 18 Dec 2014 11:56:17 +0900 Subject: [PATCH] Modified a few for Example --- Example/Program.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Example/Program.cs b/Example/Program.cs index 7d473b5e..7d2e19be 100644 --- a/Example/Program.cs +++ b/Example/Program.cs @@ -91,6 +91,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 ();