diff --git a/Example3/Program.cs b/Example3/Program.cs index 939bfed8..b9699531 100644 --- a/Example3/Program.cs +++ b/Example3/Program.cs @@ -108,7 +108,8 @@ namespace Example3 res.ContentEncoding = Encoding.UTF8; } - res.WriteContent (contents); + res.ContentLength64 = contents.LongLength; + res.Close (contents, true); }; // Add the WebSocket services.