[Modify] Edit it
This commit is contained in:
parent
009c10cc4f
commit
3a6b0de5b3
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user