DefaultRequestDirector.CreateTunnelToProxy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Android.Runtime.Register("createTunnelToProxy", "(Lorg/apache/http/conn/routing/HttpRoute;ILorg/apache/http/protocol/HttpContext;)Z", "GetCreateTunnelToProxy_Lorg_apache_http_conn_routing_HttpRoute_ILorg_apache_http_protocol_HttpContext_Handler")]
protected virtual bool CreateTunnelToProxy (Org.Apache.Http.Conn.Routing.HttpRoute? route, int hop, Org.Apache.Http.Protocol.IHttpContext? context);
[<Android.Runtime.Register("createTunnelToProxy", "(Lorg/apache/http/conn/routing/HttpRoute;ILorg/apache/http/protocol/HttpContext;)Z", "GetCreateTunnelToProxy_Lorg_apache_http_conn_routing_HttpRoute_ILorg_apache_http_protocol_HttpContext_Handler")>]
abstract member CreateTunnelToProxy : Org.Apache.Http.Conn.Routing.HttpRoute * int * Org.Apache.Http.Protocol.IHttpContext -> bool
override this.CreateTunnelToProxy : Org.Apache.Http.Conn.Routing.HttpRoute * int * Org.Apache.Http.Protocol.IHttpContext -> bool
Parameters
- route
- HttpRoute
- hop
- Int32
- context
- IHttpContext
Returns
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.