Condividi tramite


LinkProperties.DhcpServerAddress Property

Definition

Get DHCP server address -or- Set DHCP server address.

public Java.Net.Inet4Address? DhcpServerAddress { [Android.Runtime.Register("getDhcpServerAddress", "()Ljava/net/Inet4Address;", "", ApiSince=30)] get; [Android.Runtime.Register("setDhcpServerAddress", "(Ljava/net/Inet4Address;)V", "", ApiSince=30)] set; }
[<get: Android.Runtime.Register("getDhcpServerAddress", "()Ljava/net/Inet4Address;", "", ApiSince=30)>]
[<set: Android.Runtime.Register("setDhcpServerAddress", "(Ljava/net/Inet4Address;)V", "", ApiSince=30)>]
member this.DhcpServerAddress : Java.Net.Inet4Address with get, set

Property Value

The current DHCP server address.

Attributes

Remarks

Property getter documentation:

Get DHCP server address

Java documentation for android.net.LinkProperties.getDhcpServerAddress().

Property setter documentation:

Set DHCP server address.

Java documentation for android.net.LinkProperties.setDhcpServerAddress(java.net.Inet4Address).

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