ConnRouteParams.GetDefaultProxy(IHttpParams) Method

Definition

Obtains the DefaultProxy parameter value.

[Android.Runtime.Register("getDefaultProxy", "(Lorg/apache/http/params/HttpParams;)Lorg/apache/http/HttpHost;", "")]
public static Org.Apache.Http.HttpHost? GetDefaultProxy (Org.Apache.Http.Params.IHttpParams? params);
[<Android.Runtime.Register("getDefaultProxy", "(Lorg/apache/http/params/HttpParams;)Lorg/apache/http/HttpHost;", "")>]
static member GetDefaultProxy : Org.Apache.Http.Params.IHttpParams -> Org.Apache.Http.HttpHost

Parameters

params
IHttpParams

the parameters in which to look up

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.

Applies to