Gets or sets the query string, received from the client.
[Visual Basic]Private Property HttpQuery As String
[C#]
private string HttpQuery {get; set;}
Property Value
A string representing the HTTP query string.
See Also
HttpClient Class | HttpClient Members | Org.Mentalis.Proxy.Http Namespace