|
|
|
|
@ -2820,7 +2820,7 @@ namespace WebSocketSharp
|
|
|
|
|
|
|
|
|
|
byte[] bytes;
|
|
|
|
|
if (!data.TryGetUTF8EncodedBytes (out bytes))
|
|
|
|
|
throw new ArgumentException ("It could not be UTF8 encoded.", "data");
|
|
|
|
|
throw new ArgumentException ("It could not be UTF-8-encoded.", "data");
|
|
|
|
|
|
|
|
|
|
send (Opcode.Text, new MemoryStream (bytes));
|
|
|
|
|
}
|
|
|
|
|
|