Determines the route for a request.
Syntax
[Android.Runtime.Register("determineRoute", "(Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/conn/routing/HttpRoute;", "GetDetermineRoute_Lorg_apache_http_HttpHost_Lorg_apache_http_HttpRequest_Lorg_apache_http_protocol_HttpContext_Handler:Org.Apache.Http.Conn.Routing.IHttpRoutePlannerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public
HttpRoute DetermineRoute (
Org.Apache.Http.HttpHost target,
Org.Apache.Http.IHttpRequest request,
Org.Apache.Http.Protocol.IHttpContext context)
Parameters
- target
- the target host for the request.
Implementations may accept null
if they can still determine a route, for example
to a default target or by inspecting the request.
- request
- the request to execute
- context
- the context to use for the subsequent execution.
Implementations may accept null.
Returns
Documentation for this section has not yet been entered.
Exceptions
Remarks
Requirements
Namespace: Org.Apache.Http.Conn.Routing
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1