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 a7cb530 commit 01e4835Copy full SHA for 01e4835
websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs
@@ -124,10 +124,16 @@ internal Stream Stream {
124
#region Public Properties
125
126
/// <summary>
127
- /// Gets the HTTP cookies included in the request.
+ /// Gets the HTTP cookies included in the handshake request.
128
/// </summary>
129
/// <value>
130
- /// A <see cref="WebSocketSharp.Net.CookieCollection"/> that contains the cookies.
+ /// <para>
131
+ /// A <see cref="WebSocketSharp.Net.CookieCollection"/> that contains
132
+ /// the cookies.
133
+ /// </para>
134
135
+ /// An empty collection if not included.
136
137
/// </value>
138
public override CookieCollection CookieCollection {
139
get {
0 commit comments