|
|
|
@ -3068,12 +3068,13 @@ namespace WebSocketSharp
|
|
|
|
/// a pong has been 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.
|
|
|
|
/// <para>
|
|
|
|
/// The size must be 125 bytes or less in UTF-8.
|
|
|
|
/// 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>
|
|
|
|
/// </param>
|
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
|
|
|
|
|
/// <paramref name="message"/> is <see langword="null"/>.
|
|
|
|
|
|
|
|
/// </exception>
|
|
|
|
|
|
|
|
/// <exception cref="ArgumentException">
|
|
|
|
/// <exception cref="ArgumentException">
|
|
|
|
/// <paramref name="message"/> could not be UTF-8-encoded.
|
|
|
|
/// <paramref name="message"/> could not be UTF-8-encoded.
|
|
|
|
/// </exception>
|
|
|
|
/// </exception>
|
|
|
|
|