[Modify] Polish it

This commit is contained in:
sta 2018-09-01 20:28:43 +09:00
parent e266d35493
commit b8e0856d09

View File

@ -973,16 +973,6 @@ namespace WebSocketSharp.Net
return buff.ToString (); return buff.ToString ();
} }
/// <summary>
/// HTML-encodes a <see cref="string"/> and sends the encoded <see cref="string"/>
/// to the specified <see cref="TextWriter"/>.
/// </summary>
/// <param name="s">
/// A <see cref="string"/> to encode.
/// </param>
/// <param name="output">
/// A <see cref="TextWriter"/> that receives the encoded string.
/// </param>
public static void HtmlEncode (string s, TextWriter output) public static void HtmlEncode (string s, TextWriter output)
{ {
if (output == null) if (output == null)