File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments