HttpClient.ProcessQuery Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

HttpClient.ProcessQuery Method 

Processes a specified query and connects to the requested HTTP web server.

[Visual Basic]Private Sub ProcessQuery( _
   ByVal Query As String _
)
[C#]
private void ProcessQuery(
   string Query
);

Parameters

Query
A string containing the query to process.

Remarks

If there's an error while processing the HTTP request or when connecting to the remote server, the Proxy sends a "400 - Bad Request" error to the client.

See Also

HttpClient Class | HttpClient Members | Org.Mentalis.Proxy.Http Namespace