We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e6e223 commit 01a1a75Copy full SHA for 01a1a75
websocket-sharp/WebSocket.cs
@@ -579,8 +579,14 @@ public CookieCollection HandshakeResponseCookies {
579
/// Gets the HTTP headers included in the handshake response.
580
/// </summary>
581
/// <value>
582
- /// A <see cref="NameValueCollection"/> that contains the headers
583
- /// included in the handshake response.
+ /// <para>
+ /// A <see cref="NameValueCollection"/> that contains the headers
584
+ /// included in the handshake response.
585
+ /// </para>
586
587
+ /// <see langword="null"/> if the interface could not receive
588
+ /// the handshake response.
589
590
/// </value>
591
/// <exception cref="InvalidOperationException">
592
/// <para>
0 commit comments