diff --git a/xml/System.Net.WebSockets/WebSocket.xml b/xml/System.Net.WebSockets/WebSocket.xml index a0a0a1f179b..b8763993517 100644 --- a/xml/System.Net.WebSockets/WebSocket.xml +++ b/xml/System.Net.WebSockets/WebSocket.xml @@ -185,7 +185,7 @@ Exactly one send and one receive is supported on each Indicates the reason for closing the WebSocket connection. Specifies a human readable explanation as to why the connection is closed. The token that can be used to propagate notification that operations should be canceled. - Closes the WebSocket connection as an asynchronous operation using the close handshake defined in the WebSocket protocol specification section 7. + Closes the WebSocket connection as an asynchronous operation using the close handshake defined in the WebSocket protocol specification, section 7. The task object representing the asynchronous operation. object will complete after the WebSocket has been closed. - This method closes the WebSocket connection using the close handshake defined in the [WebSocket protocol specification](https://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-06) section 7. + This method closes the WebSocket connection using the close handshake defined in the [WebSocket protocol specification](https://datatracker.ietf.org/doc/html/rfc6455), section 7. ]]> @@ -251,7 +251,7 @@ Exactly one send and one receive is supported on each Indicates the reason for closing the WebSocket connection. Allows applications to specify a human readable explanation as to why the connection is closed. The token that can be used to propagate notification that operations should be canceled. - Initiates or completes the close handshake defined in the WebSocket protocol specification section 7. + Initiates or completes the close handshake defined in the WebSocket protocol specification, section 7. The task object representing the asynchronous operation.