AspNetWebSocketContext::QueryString Property
.NET Framework (current version)
Gets the collection of query string variables from an AspNetWebSocket message that was sent by the client.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Collections.Specialized::NameValueCollection^The collection of query string variables that was sent by the client. For example, if the request URL is http://www.contoso.com/default.aspx?id=44, this property returns a collection that contains a single item whose value is id=44.
| Exception | Condition |
|---|---|
| NotImplementedException | The property is not implemented. |
.NET Framework
Available since 4.5
Available since 4.5
Show: