Rebuilds the HTTP query, starting from the HttpRequestType, RequestedPath, HttpVersion and HeaderFields properties.
[Visual Basic]Private Function RebuildQuery() As String
[C#]
private string RebuildQuery();
Return Value
A string representing the rebuilt HTTP query string.
See Also
HttpClient Class | HttpClient Members | Org.Mentalis.Proxy.Http Namespace