Fix a few for Example

This commit is contained in:
sta 2014-03-17 16:54:13 +09:00
parent 73cd2cefce
commit c83621197e

View File

@ -49,6 +49,7 @@ namespace Example
}); });
#if DEBUG #if DEBUG
// Changing logging level
ws.Log.Level = LogLevel.Trace; ws.Log.Level = LogLevel.Trace;
#endif #endif
// Setting Per-message Compression // Setting Per-message Compression
@ -62,9 +63,9 @@ namespace Example
*/ */
// For HTTP Authentication (Basic/Digest) // For HTTP Authentication (Basic/Digest)
//ws.SetCredentials ("nobita", "password", false); // Digest //ws.SetCredentials ("nobita", "password", false);
// Setting Origin // Setting Origin header
//ws.Origin = "http://echo.websocket.org"; //ws.Origin = "http://echo.websocket.org";
// Setting Cookies // Setting Cookies