|
|
|
@ -3462,14 +3462,15 @@ namespace WebSocketSharp
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Sends the data from <paramref name="stream"/> using the WebSocket
|
|
|
|
/// Sends the data from the specified stream using the WebSocket connection.
|
|
|
|
/// connection.
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <remarks>
|
|
|
|
|
|
|
|
/// The data is sent as the binary data.
|
|
|
|
|
|
|
|
/// </remarks>
|
|
|
|
|
|
|
|
/// <param name="stream">
|
|
|
|
/// <param name="stream">
|
|
|
|
/// A <see cref="Stream"/> instance from which to read the data to send.
|
|
|
|
/// <para>
|
|
|
|
|
|
|
|
/// A <see cref="Stream"/> instance from which to read the data to send.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
|
|
|
|
/// <para>
|
|
|
|
|
|
|
|
/// The data is sent as the binary data.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
/// </param>
|
|
|
|
/// </param>
|
|
|
|
/// <param name="length">
|
|
|
|
/// <param name="length">
|
|
|
|
/// An <see cref="int"/> that specifies the number of bytes to send.
|
|
|
|
/// An <see cref="int"/> that specifies the number of bytes to send.
|
|
|
|
|