[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>
/// Writes and sends the specified <paramref name="content"/> data with the specified
/// <see cref="HttpListenerResponse"/>.
/// Sends the specified content data with the HTTP response.
/// </summary>
/// <param name="response">
/// A <see cref="HttpListenerResponse"/> that represents the HTTP response used to
/// send the content data.
/// A <see cref="HttpListenerResponse"/> that represents the HTTP response
/// used to send the content data.
/// </param>
/// <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>
/// <exception cref="ArgumentNullException">
/// <para>