[Modify] Edit it
This commit is contained in:
parent
63c3d134c9
commit
3922d4c8ef
@ -2662,12 +2662,12 @@ namespace WebSocketSharp
|
||||
/// <param name="data">
|
||||
/// An array of <see cref="byte"/> that represents the binary data to send.
|
||||
/// </param>
|
||||
/// <exception cref="ArgumentNullException">
|
||||
/// <paramref name="data"/> is <see langword="null"/>.
|
||||
/// </exception>
|
||||
/// <exception cref="InvalidOperationException">
|
||||
/// The current state of the connection is not Open.
|
||||
/// </exception>
|
||||
/// <exception cref="ArgumentNullException">
|
||||
/// <paramref name="data"/> is <see langword="null"/>.
|
||||
/// </exception>
|
||||
public void Send (byte[] data)
|
||||
{
|
||||
if (_readyState != WebSocketState.Open) {
|
||||
|
Loading…
Reference in New Issue
Block a user