[Modify] Remove it

This commit is contained in:
sta 2018-12-20 20:22:59 +09:00
parent c313056e68
commit 7a2a2718f3

View File

@ -889,16 +889,6 @@ namespace WebSocketSharp.Net
return output.ToString (); return output.ToString ();
} }
/// <summary>
/// Decodes an HTML-encoded <see cref="string"/> and sends the decoded <see cref="string"/>
/// to the specified <see cref="TextWriter"/>.
/// </summary>
/// <param name="s">
/// A <see cref="string"/> to decode.
/// </param>
/// <param name="output">
/// A <see cref="TextWriter"/> that receives the decoded string.
/// </param>
public static void HtmlDecode (string s, TextWriter output) public static void HtmlDecode (string s, TextWriter output)
{ {
if (s == null) if (s == null)