[Modify] Edit it

This commit is contained in:
sta 2019-10-08 20:41:42 +09:00
parent 563bb8054a
commit 77bbfca9e1

View File

@ -2214,15 +2214,14 @@ namespace WebSocketSharp
} }
/// <summary> /// <summary>
/// Writes and sends the specified <paramref name="content"/> data with the specified /// Sends the specified content data with the HTTP response.
/// <see cref="HttpListenerResponse"/>.
/// </summary> /// </summary>
/// <param name="response"> /// <param name="response">
/// A <see cref="HttpListenerResponse"/> that represents the HTTP response used to /// A <see cref="HttpListenerResponse"/> that represents the HTTP response
/// send the content data. /// used to send the content data.
/// </param> /// </param>
/// <param name="content"> /// <param name="content">
/// An array of <see cref="byte"/> that represents the content data to send. /// An array of <see cref="byte"/> that specifies the content data to send.
/// </param> /// </param>
/// <exception cref="ArgumentNullException"> /// <exception cref="ArgumentNullException">
/// <para> /// <para>