ConnRouteParams.SetLocalAddress(IHttpParams, InetAddress) Method

Definition

Sets the LocalAddress parameter value.

[Android.Runtime.Register("setLocalAddress", "(Lorg/apache/http/params/HttpParams;Ljava/net/InetAddress;)V", "")]
public static void SetLocalAddress (Org.Apache.Http.Params.IHttpParams? params, Java.Net.InetAddress? local);
[<Android.Runtime.Register("setLocalAddress", "(Lorg/apache/http/params/HttpParams;Ljava/net/InetAddress;)V", "")>]
static member SetLocalAddress : Org.Apache.Http.Params.IHttpParams * Java.Net.InetAddress -> unit

Parameters

params
IHttpParams

the parameters in which to set the value

local
InetAddress

the value to set, may be null

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