Skip to content

Commit 0ddbf94

Browse files
authored
Replace draft WebSocket RFC with final RFC 6455 in API documentation (#11982)
1 parent e1c055b commit 0ddbf94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Net.WebSockets/WebSocket.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,15 +185,15 @@ Exactly one send and one receive is supported on each <xref:System.Net.WebSocket
185185
<param name="closeStatus">Indicates the reason for closing the WebSocket connection.</param>
186186
<param name="statusDescription">Specifies a human readable explanation as to why the connection is closed.</param>
187187
<param name="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 <see href="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 <see href="https://datatracker.ietf.org/doc/html/rfc6455">WebSocket protocol specification</see>, section 7.</summary>
189189
<returns>The task object representing the asynchronous operation.</returns>
190190
<remarks>
191191
<format type="text/markdown"><![CDATA[
192192
193193
## Remarks
194194
This operation will not block. The returned <xref:System.Threading.Tasks.Task> object will complete after the WebSocket has been closed.
195195
196-
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.
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.
197197
198198
]]></format>
199199
</remarks>
@@ -251,7 +251,7 @@ Exactly one send and one receive is supported on each <xref:System.Net.WebSocket
251251
<param name="closeStatus">Indicates the reason for closing the WebSocket connection.</param>
252252
<param name="statusDescription">Allows applications to specify a human readable explanation as to why the connection is closed.</param>
253253
<param name="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 <see href="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 <see href="https://datatracker.ietf.org/doc/html/rfc6455">WebSocket protocol specification</see>, section 7.</summary>
255255
<returns>The task object representing the asynchronous operation.</returns>
256256
<remarks>
257257
<format type="text/markdown"><![CDATA[

0 commit comments

Comments
 (0)