You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Net.WebSockets/WebSocket.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -185,15 +185,15 @@ Exactly one send and one receive is supported on each <xref:System.Net.WebSocket
185
185
<paramname="closeStatus">Indicates the reason for closing the WebSocket connection.</param>
186
186
<paramname="statusDescription">Specifies a human readable explanation as to why the connection is closed.</param>
187
187
<paramname="cancellationToken">The token that can be used to propagate notification that operations should be canceled.</param>
188
-
<summary>Closes the WebSocket connection as an asynchronous operation using the close handshake defined in the <seehref="https://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-06">WebSocket protocol specification</see> section 7.</summary>
188
+
<summary>Closes the WebSocket connection as an asynchronous operation using the close handshake defined in the <seehref="https://datatracker.ietf.org/doc/html/rfc6455">WebSocket protocol specification</see>, section 7.</summary>
189
189
<returns>The task object representing the asynchronous operation.</returns>
190
190
<remarks>
191
191
<formattype="text/markdown">< section 7.
196
+
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.
197
197
198
198
]]></format>
199
199
</remarks>
@@ -251,7 +251,7 @@ Exactly one send and one receive is supported on each <xref:System.Net.WebSocket
251
251
<paramname="closeStatus">Indicates the reason for closing the WebSocket connection.</param>
252
252
<paramname="statusDescription">Allows applications to specify a human readable explanation as to why the connection is closed.</param>
253
253
<paramname="cancellationToken">The token that can be used to propagate notification that operations should be canceled.</param>
254
-
<summary>Initiates or completes the close handshake defined in the <seehref="https://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-06">WebSocket protocol specification section 7</see>.</summary>
254
+
<summary>Initiates or completes the close handshake defined in the <seehref="https://datatracker.ietf.org/doc/html/rfc6455">WebSocket protocol specification</see>, section 7.</summary>
255
255
<returns>The task object representing the asynchronous operation.</returns>
0 commit comments