[Modify] Edit it

master
sta 8 years ago
parent 78f801d227
commit b5f48123ec

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

Loading…
Cancel
Save