[Modify] Edit it

This commit is contained in:
sta 2017-08-02 15:29:08 +09:00
parent 009c10cc4f
commit 3a6b0de5b3

View File

@ -3068,12 +3068,13 @@ namespace WebSocketSharp
/// a pong has been received within a time; otherwise, <c>false</c>.
/// </returns>
/// <param name="message">
/// <para>
/// A <see cref="string"/> that represents the message to send.
/// </para>
/// <para>
/// The size must be 125 bytes or less in UTF-8.
/// </para>
/// </param>
/// <exception cref="ArgumentNullException">
/// <paramref name="message"/> is <see langword="null"/>.
/// </exception>
/// <exception cref="ArgumentException">
/// <paramref name="message"/> could not be UTF-8-encoded.
/// </exception>