Enable to connect through the HTTP Proxy server

This commit is contained in:
sta
2014-07-19 21:23:31 +09:00
parent 0c9179be03
commit 1ef05fe0c3
4 changed files with 87 additions and 11 deletions

View File

@@ -63,6 +63,9 @@ 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";