Skip to content

Commit 01a1a75

Browse files
committed
[Modify] Edit it
1 parent 1e6e223 commit 01a1a75

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

websocket-sharp/WebSocket.cs

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,8 +579,14 @@ public CookieCollection HandshakeResponseCookies {
579579
/// Gets the HTTP headers included in the handshake response.
580580
/// </summary>
581581
/// <value>
582-
/// A <see cref="NameValueCollection"/> that contains the headers
583-
/// included in the handshake response.
582+
/// <para>
583+
/// A <see cref="NameValueCollection"/> that contains the headers
584+
/// included in the handshake response.
585+
/// </para>
586+
/// <para>
587+
/// <see langword="null"/> if the interface could not receive
588+
/// the handshake response.
589+
/// </para>
584590
/// </value>
585591
/// <exception cref="InvalidOperationException">
586592
/// <para>

0 commit comments

Comments
 (0)