[Modify] Polish it
This commit is contained in:
@@ -2762,7 +2762,7 @@ namespace WebSocketSharp
|
||||
|
||||
byte[] bytes;
|
||||
if (!data.TryGetUTF8EncodedBytes (out bytes))
|
||||
throw new ArgumentException ("Could not be UTF8 encoded.", "data");
|
||||
throw new ArgumentException ("It could not be UTF8 encoded.", "data");
|
||||
|
||||
send (Opcode.Text, new MemoryStream (bytes));
|
||||
}
|
||||
|
Reference in New Issue
Block a user