|
@ -3525,7 +3525,8 @@ namespace WebSocketSharp |
|
|
/// An array of <see cref="byte"/> that specifies the binary data to send.
|
|
|
/// An array of <see cref="byte"/> that specifies the binary data to send.
|
|
|
/// </param>
|
|
|
/// </param>
|
|
|
/// <exception cref="InvalidOperationException">
|
|
|
/// <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>
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
/// <paramref name="data"/> is <see langword="null"/>.
|
|
|
/// <paramref name="data"/> is <see langword="null"/>.
|
|
|