[Modify] Edit it

This commit is contained in:
sta 2018-04-03 16:32:21 +09:00
parent 78f801d227
commit b5f48123ec

View File

@ -126,10 +126,10 @@ namespace WebSocketSharp.Net.WebSockets
public abstract string Origin { get; }
/// <summary>
/// Gets the query string included in the request.
/// Gets the query string included in the handshake request.
/// </summary>
/// <value>
/// A <see cref="NameValueCollection"/> that contains the query string parameters.
/// A <see cref="NameValueCollection"/> that contains the query parameters.
/// </value>
public abstract NameValueCollection QueryString { get; }