We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54bb871 commit a8bb74cCopy full SHA for a8bb74c
Example/Program.cs
@@ -91,6 +91,9 @@ public static void Main (string[] args)
91
// To connect through the HTTP Proxy server.
92
//ws.SetProxy ("http://localhost:3128", "nobita", "password");
93
94
+ // To enable the redirection.
95
+ //ws.EnableRedirection = true;
96
+
97
// Connect to the server.
98
ws.Connect ();
99
0 commit comments