[Modify] Edit it
This commit is contained in:
parent
b1e31a5541
commit
b255601dc3
@ -2692,17 +2692,18 @@ namespace WebSocketSharp
|
|||||||
/// the WebSocket connection.
|
/// the WebSocket connection.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns>
|
/// <returns>
|
||||||
/// <c>true</c> if the ping has been sent and then a pong has been
|
/// <c>true</c> if the sending a ping has done with no error and
|
||||||
/// received within a time; otherwise, <c>false</c>.
|
/// a pong has been received within a time; otherwise, <c>false</c>.
|
||||||
/// </returns>
|
/// </returns>
|
||||||
/// <param name="message">
|
/// <param name="message">
|
||||||
/// A <see cref="string"/> that represents the message to send.
|
/// A <see cref="string"/> that represents the message to send.
|
||||||
|
/// Its size must be 125 bytes or less in UTF-8.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <exception cref="ArgumentNullException">
|
/// <exception cref="ArgumentNullException">
|
||||||
/// <paramref name="message"/> is <see langword="null"/>.
|
/// <paramref name="message"/> is <see langword="null"/>.
|
||||||
/// </exception>
|
/// </exception>
|
||||||
/// <exception cref="ArgumentException">
|
/// <exception cref="ArgumentException">
|
||||||
/// <paramref name="message"/> could not be UTF8 encoded.
|
/// <paramref name="message"/> could not be UTF-8-encoded.
|
||||||
/// </exception>
|
/// </exception>
|
||||||
/// <exception cref="ArgumentOutOfRangeException">
|
/// <exception cref="ArgumentOutOfRangeException">
|
||||||
/// The size of <paramref name="message"/> is greater than 125 bytes.
|
/// The size of <paramref name="message"/> is greater than 125 bytes.
|
||||||
|
Loading…
Reference in New Issue
Block a user