[Modify] Edit it
This commit is contained in:
parent
8a9820d02c
commit
c88d64c721
@ -367,7 +367,13 @@ namespace WebSocketSharp.Net
|
|||||||
/// Gets the query string included in the request.
|
/// Gets the query string included in the request.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="NameValueCollection"/> that contains the query string parameters.
|
/// <para>
|
||||||
|
/// A <see cref="NameValueCollection"/> that contains the query
|
||||||
|
/// parameters.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// An empty collection if not included.
|
||||||
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
public NameValueCollection QueryString {
|
public NameValueCollection QueryString {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user