|
|
|
@ -3142,7 +3142,7 @@ namespace WebSocketSharp
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Sends the specified <paramref name="data"/> using the WebSocket connection.
|
|
|
|
/// Sends <paramref name="data"/> using the WebSocket connection.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="data">
|
|
|
|
/// <param name="data">
|
|
|
|
/// A <see cref="string"/> that represents the text data to send.
|
|
|
|
/// A <see cref="string"/> that represents the text data to send.
|
|
|
|
|