[Modify] Remove it

master
sta 7 years ago
parent c313056e68
commit 7a2a2718f3

@ -889,16 +889,6 @@ namespace WebSocketSharp.Net
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)
{
if (s == null)

Loading…
Cancel
Save