IManagedClientConnection.TunnelTarget(Boolean, IHttpParams) 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.
Indicates that a tunnel to the target has been established.
[Android.Runtime.Register("tunnelTarget", "(ZLorg/apache/http/params/HttpParams;)V", "GetTunnelTarget_ZLorg_apache_http_params_HttpParams_Handler:Org.Apache.Http.Conn.IManagedClientConnectionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void TunnelTarget (bool secure, Org.Apache.Http.Params.IHttpParams? params);
[<Android.Runtime.Register("tunnelTarget", "(ZLorg/apache/http/params/HttpParams;)V", "GetTunnelTarget_ZLorg_apache_http_params_HttpParams_Handler:Org.Apache.Http.Conn.IManagedClientConnectionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member TunnelTarget : bool * Org.Apache.Http.Params.IHttpParams -> unit
Parameters
- secure
- Boolean
true
if the tunnel should be considered
secure, false
otherwise
- params
- IHttpParams
the parameters for tunnelling this connection
- Attributes
Exceptions
in case of a problem
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.