[Modify] Edit it

This commit is contained in:
sta 2018-06-03 21:45:30 +09:00
parent 3fab7a8c24
commit 2dbc62df9c

View File

@ -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.