Skip to content

Commit 60e4956

Browse files
committed
[Modify] Edit it
1 parent 0766ecb commit 60e4956

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

websocket-sharp/WebSocket.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3697,19 +3697,19 @@ public void SendAsync (string data, Action<bool> completed)
36973697
}
36983698

36993699
/// <summary>
3700-
/// Sends the data from <paramref name="stream"/> asynchronously using
3700+
/// Sends the data from the specified stream asynchronously using
37013701
/// the WebSocket connection.
37023702
/// </summary>
37033703
/// <remarks>
3704+
/// This method does not wait for the send to be complete.
3705+
/// </remarks>
3706+
/// <param name="stream">
37043707
/// <para>
3705-
/// The data is sent as the binary data.
3708+
/// A <see cref="Stream"/> instance from which to read the data to send.
37063709
/// </para>
37073710
/// <para>
3708-
/// This method does not wait for the send to be complete.
3711+
/// The data is sent as the binary data.
37093712
/// </para>
3710-
/// </remarks>
3711-
/// <param name="stream">
3712-
/// A <see cref="Stream"/> instance from which to read the data to send.
37133713
/// </param>
37143714
/// <param name="length">
37153715
/// An <see cref="int"/> that specifies the number of bytes to send.

0 commit comments

Comments
 (0)