[Modify] Edit it
This commit is contained in:
parent
32e1f2b24b
commit
66ddadb598
@ -182,10 +182,16 @@ namespace WebSocketSharp.Net.WebSockets
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <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.
|
/// <para>
|
||||||
|
/// A <see cref="NameValueCollection"/> that contains the query
|
||||||
|
/// parameters.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// An empty collection if not included.
|
||||||
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
public override NameValueCollection QueryString {
|
public override NameValueCollection QueryString {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user