[Modify] Edit it
This commit is contained in:
parent
3fab7a8c24
commit
2dbc62df9c
@ -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">
|
||||||
|
/// <para>
|
||||||
/// A <see cref="Stream"/> instance from which to read the data to send.
|
/// 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user