Share via


ConnRouteParamBean.SetLocalAddress(InetAddress) Method

Definition

[Android.Runtime.Register("setLocalAddress", "(Ljava/net/InetAddress;)V", "GetSetLocalAddress_Ljava_net_InetAddress_Handler")]
public virtual void SetLocalAddress (Java.Net.InetAddress? address);
[<Android.Runtime.Register("setLocalAddress", "(Ljava/net/InetAddress;)V", "GetSetLocalAddress_Ljava_net_InetAddress_Handler")>]
abstract member SetLocalAddress : Java.Net.InetAddress -> unit
override this.SetLocalAddress : Java.Net.InetAddress -> unit

Parameters

address
InetAddress
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

See also