From c83621197ea7e4e9d2c69a9815f83b901eb7481a Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 17 Mar 2014 16:54:13 +0900 Subject: [PATCH] Fix a few for Example --- Example/Program.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Example/Program.cs b/Example/Program.cs index 0d76fcf3..6660f1b4 100644 --- a/Example/Program.cs +++ b/Example/Program.cs @@ -49,6 +49,7 @@ namespace Example }); #if DEBUG + // Changing logging level ws.Log.Level = LogLevel.Trace; #endif // Setting Per-message Compression @@ -62,9 +63,9 @@ namespace Example */ // 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"; // Setting Cookies