|
683 | 683 | <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="1" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
684 | 684 | </Parameters>
|
685 | 685 | <Docs>
|
686 |
| - <param name="buffer">To be added.</param> |
687 |
| - <param name="cancellationToken">To be added.</param> |
688 |
| - <summary>To be added.</summary> |
689 |
| - <returns>To be added.</returns> |
| 686 | + <param name="buffer">The application buffer that is the storage location for the received data.</param> |
| 687 | + <param name="cancellationToken">The cancellation token to use to cancel the receive operation.</param> |
| 688 | + <summary>Receives data from the <see cref="T:System.Net.WebSockets.WebSocket" /> connection asynchronously.</summary> |
| 689 | + <returns>The task object representing the asynchronous operation. The <see cref="P:System.Threading.Tasks.ValueTask`1.Result" /> property on the task object returns a <see cref="T:System.Net.WebSockets.ValueWebSocketReceiveResult" /> object that represents the received data.</returns> |
690 | 690 | <remarks>To be added.</remarks>
|
691 | 691 | </Docs>
|
692 | 692 | </Member>
|
|
810 | 810 | <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="3" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
811 | 811 | </Parameters>
|
812 | 812 | <Docs>
|
813 |
| - <param name="buffer">To be added.</param> |
814 |
| - <param name="messageType">To be added.</param> |
815 |
| - <param name="endOfMessage">To be added.</param> |
816 |
| - <param name="cancellationToken">To be added.</param> |
817 |
| - <summary>To be added.</summary> |
818 |
| - <returns>To be added.</returns> |
| 813 | + <param name="buffer">The buffer to be sent over the connection.</param> |
| 814 | + <param name="messageType">One of the enumeration values that indicates whether the application is sending a binary or text message.</param> |
| 815 | + <param name="endOfMessage"> |
| 816 | + <see langword="true" /> to indicate the data in "buffer" is the last part of a message; otherwise, <see langword="false" />.</param> |
| 817 | + <param name="cancellationToken">The cancellation token to use to cancel the send operation.</param> |
| 818 | + <summary>Sends data over the <see cref="T:System.Net.WebSockets.WebSocket" /> connection asynchronously.</summary> |
| 819 | + <returns>The task object representing the asynchronous operation.</returns> |
819 | 820 | <remarks>To be added.</remarks>
|
820 | 821 | </Docs>
|
821 | 822 | </Member>
|
|
0 commit comments