|
|
@ -3533,7 +3533,7 @@ namespace WebSocketSharp |
|
|
|
public void Send (byte[] data) |
|
|
|
{ |
|
|
|
if (_readyState != WebSocketState.Open) { |
|
|
|
var msg = "The current state of the interface is not Open."; |
|
|
|
var msg = "The Send method is not available."; |
|
|
|
|
|
|
|
throw new InvalidOperationException (msg); |
|
|
|
} |
|
|
|