|
|
|
@ -2695,7 +2695,7 @@ namespace WebSocketSharp
|
|
|
|
/// </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.
|
|
|
|
/// The 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"/>.
|
|
|
|
|