[Modify] Edit it
This commit is contained in:
parent
3fab7a8c24
commit
2dbc62df9c
@ -3462,14 +3462,15 @@ namespace WebSocketSharp
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sends the data from <paramref name="stream"/> using the WebSocket
|
||||
/// connection.
|
||||
/// Sends the data from the specified stream using the WebSocket connection.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// The data is sent as the binary data.
|
||||
/// </remarks>
|
||||
/// <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 name="length">
|
||||
/// An <see cref="int"/> that specifies the number of bytes to send.
|
||||
|
Loading…
Reference in New Issue
Block a user