|
|
@ -3609,7 +3609,8 @@ namespace WebSocketSharp |
|
|
|
/// A <see cref="string"/> that specifies the text data to send.
|
|
|
|
/// </param>
|
|
|
|
/// <exception cref="InvalidOperationException">
|
|
|
|
/// The current state of the interface is not Open.
|
|
|
|
/// The Send method is not available when the current state of
|
|
|
|
/// the interface is not Open.
|
|
|
|
/// </exception>
|
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
|
/// <paramref name="data"/> is <see langword="null"/>.
|
|
|
|