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 95c8bd0 commit be0d8ecCopy full SHA for be0d8ec
websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs
@@ -228,10 +228,16 @@ public override string Origin {
228
}
229
230
/// <summary>
231
- /// Gets the query string included in the request.
+ /// Gets the query string included in the handshake request.
232
/// </summary>
233
/// <value>
234
- /// A <see cref="NameValueCollection"/> that contains the query string parameters.
+ /// <para>
235
+ /// A <see cref="NameValueCollection"/> that contains the query
236
+ /// parameters.
237
+ /// </para>
238
239
+ /// An empty collection if not included.
240
241
/// </value>
242
public override NameValueCollection QueryString {
243
get {
0 commit comments