Skip to content

Commit be0d8ec

Browse files
committed
[Modify] Edit it
1 parent 95c8bd0 commit be0d8ec

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
@@ -228,10 +228,16 @@ public override string Origin {
228228
}
229229

230230
/// <summary>
231-
/// Gets the query string included in the request.
231+
/// Gets the query string included in the handshake request.
232232
/// </summary>
233233
/// <value>
234-
/// A <see cref="NameValueCollection"/> that contains the query string parameters.
234+
/// <para>
235+
/// A <see cref="NameValueCollection"/> that contains the query
236+
/// parameters.
237+
/// </para>
238+
/// <para>
239+
/// An empty collection if not included.
240+
/// </para>
235241
/// </value>
236242
public override NameValueCollection QueryString {
237243
get {

0 commit comments

Comments
 (0)