Skip to content

Commit a8bb74c

Browse files
committed
Modified a few for Example
1 parent 54bb871 commit a8bb74c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Example/Program.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ public static void Main (string[] args)
9191
// To connect through the HTTP Proxy server.
9292
//ws.SetProxy ("http://localhost:3128", "nobita", "password");
9393

94+
// To enable the redirection.
95+
//ws.EnableRedirection = true;
96+
9497
// Connect to the server.
9598
ws.Connect ();
9699

0 commit comments

Comments
 (0)