diff --git a/xml/System.Net.WebSockets/ClientWebSocket.xml b/xml/System.Net.WebSockets/ClientWebSocket.xml index 432856a94c6..7ddc2ce7a4e 100644 --- a/xml/System.Net.WebSockets/ClientWebSocket.xml +++ b/xml/System.Net.WebSockets/ClientWebSocket.xml @@ -433,7 +433,7 @@ The buffer to receive the response. - A cancellation token used to propagate notification that this operation should be canceled. + A cancellation token used to propagate notification that this operation should be canceled. Receives data on as an asynchronous operation. The task object representing the asynchronous operation. @@ -446,6 +446,8 @@ ]]> + The is not connected. + The has been closed. @@ -473,11 +475,22 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The region of memory to receive the response. + A cancellation token used to propagate notification that this operation should be canceled. + Receives data on to a byte memory range as an asynchronous operation. + The task object representing the asynchronous operation. + + object will complete after the receive request on the instance has completed. + + Exactly one send and one receive is supported on each object in parallel. + + ]]> + + The is not connected. + The has been closed. @@ -514,21 +527,24 @@ The buffer containing the message to be sent. - Specifies whether the buffer is clear text or in a binary format. - Specifies whether this is the final asynchronous send. Set to if this is the final send; otherwise. - A cancellation token used to propagate notification that this operation should be canceled. - Send data on as an asynchronous operation. + One of the enumeration values that specifies whether the buffer is clear text or in a binary format. + to indicate this is the final asynchronous send; otherwise, . + A cancellation token used to propagate notification that this operation should be canceled. + Sends data on as an asynchronous operation. The task object representing the asynchronous operation. object will complete after the send request on the instance has completed. Exactly one send and one receive is supported on each object in parallel. ]]> + The is not connected. + The has been closed. @@ -558,13 +574,25 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The region of memory containing the message to be sent. + One of the enumeration values that specifies whether the buffer is clear text or in a binary format. + to indicate this is the final asynchronous send; otherwise, . + A cancellation token used to propagate notification that this operation should be canceled. + Sends data on from a read-only byte memory range as an asynchronous operation. + The task object representing the asynchronous operation. + + object will complete after the send request on the instance has completed. + +Exactly one send and one receive is supported on each object in parallel. + + ]]> + + The is not connected. + The has been closed. @@ -634,4 +662,4 @@ - \ No newline at end of file +