|
|
|
@ -2806,7 +2806,7 @@ namespace WebSocketSharp
|
|
|
|
/// <paramref name="data"/> is <see langword="null"/>.
|
|
|
|
/// <paramref name="data"/> is <see langword="null"/>.
|
|
|
|
/// </exception>
|
|
|
|
/// </exception>
|
|
|
|
/// <exception cref="ArgumentException">
|
|
|
|
/// <exception cref="ArgumentException">
|
|
|
|
/// <paramref name="data"/> could not be UTF8 encoded.
|
|
|
|
/// <paramref name="data"/> could not be UTF-8-encoded.
|
|
|
|
/// </exception>
|
|
|
|
/// </exception>
|
|
|
|
public void Send (string data)
|
|
|
|
public void Send (string data)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|