Renamed SetHttpProxy to SetProxy

This commit is contained in:
sta
2014-08-07 19:43:14 +09:00
parent 22c58105b5
commit e3941f9517
3 changed files with 9 additions and 9 deletions

View File

@@ -63,9 +63,6 @@ namespace Example
// For HTTP Authentication (Basic/Digest)
//ws.SetCredentials ("nobita", "password", false);
// For HTTP Proxy
//ws.SetHttpProxy ("http://localhost:3128", "nobita", "password");
// Setting Origin header
//ws.Origin = "http://echo.websocket.org";
//ws.Origin = "http://localhost:4649";
@@ -74,6 +71,9 @@ namespace Example
//ws.SetCookie (new Cookie ("name", "nobita"));
//ws.SetCookie (new Cookie ("roles", "\"idiot, gunfighter\""));
// Setting Proxy
//ws.SetProxy ("http://localhost:3128", "nobita", "password");
// Connecting to the server
ws.Connect ();
//ws.ConnectAsync ();