Skip to content

Commit 01e4835

Browse files
committed
[Modify] Edit it
1 parent a7cb530 commit 01e4835

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,16 @@ internal Stream Stream {
124124
#region Public Properties
125125

126126
/// <summary>
127-
/// Gets the HTTP cookies included in the request.
127+
/// Gets the HTTP cookies included in the handshake request.
128128
/// </summary>
129129
/// <value>
130-
/// A <see cref="WebSocketSharp.Net.CookieCollection"/> that contains the cookies.
130+
/// <para>
131+
/// A <see cref="WebSocketSharp.Net.CookieCollection"/> that contains
132+
/// the cookies.
133+
/// </para>
134+
/// <para>
135+
/// An empty collection if not included.
136+
/// </para>
131137
/// </value>
132138
public override CookieCollection CookieCollection {
133139
get {

0 commit comments

Comments
 (0)