[Modify] Edit it

master
sta 8 years ago
parent 0766ecb674
commit 60e49568bb

@ -3697,19 +3697,19 @@ namespace WebSocketSharp
} }
/// <summary> /// <summary>
/// Sends the data from <paramref name="stream"/> asynchronously using /// Sends the data from the specified stream asynchronously using
/// the WebSocket connection. /// the WebSocket connection.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This method does not wait for the send to be complete.
/// </remarks>
/// <param name="stream">
/// <para> /// <para>
/// The data is sent as the binary data. /// A <see cref="Stream"/> instance from which to read the data to send.
/// </para> /// </para>
/// <para> /// <para>
/// This method does not wait for the send to be complete. /// The data is sent as the binary data.
/// </para> /// </para>
/// </remarks>
/// <param name="stream">
/// A <see cref="Stream"/> instance from which to read the data to send.
/// </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…
Cancel
Save