|
|
|
@ -3351,7 +3351,7 @@ namespace WebSocketSharp
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Sends <paramref name="data"/> using the WebSocket connection.
|
|
|
|
/// Sends the specified data using the WebSocket connection.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="data">
|
|
|
|
/// <param name="data">
|
|
|
|
/// An array of <see cref="byte"/> that represents the binary data to send.
|
|
|
|
/// An array of <see cref="byte"/> that represents the binary data to send.
|
|
|
|
|