From b8e0856d096ba28b2f8aa598be94ae4e396fccf5 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 1 Sep 2018 20:28:43 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/HttpUtility.cs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/websocket-sharp/Net/HttpUtility.cs b/websocket-sharp/Net/HttpUtility.cs index e0419045..c1d9889a 100644 --- a/websocket-sharp/Net/HttpUtility.cs +++ b/websocket-sharp/Net/HttpUtility.cs @@ -973,16 +973,6 @@ namespace WebSocketSharp.Net return buff.ToString (); } - /// - /// HTML-encodes a and sends the encoded - /// to the specified . - /// - /// - /// A to encode. - /// - /// - /// A that receives the encoded string. - /// public static void HtmlEncode (string s, TextWriter output) { if (output == null)