Modified a few for Example

This commit is contained in:
sta 2014-12-18 11:56:17 +09:00
parent 54bb87140e
commit a8bb74c394

View File

@ -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 ();