StaticIpConfiguration.Builder.SetIpAddress(LinkAddress) 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.
Sets the IP address included in the static configuration.
[Android.Runtime.Register("setIpAddress", "(Landroid/net/LinkAddress;)Landroid/net/StaticIpConfiguration$Builder;", "", ApiSince=33)]
public Android.Net.StaticIpConfiguration.Builder SetIpAddress(Android.Net.LinkAddress ipAddress);
[<Android.Runtime.Register("setIpAddress", "(Landroid/net/LinkAddress;)Landroid/net/StaticIpConfiguration$Builder;", "", ApiSince=33)>]
member this.SetIpAddress : Android.Net.LinkAddress -> Android.Net.StaticIpConfiguration.Builder
Parameters
- ipAddress
- LinkAddress
The required IPv4 link address.
Returns
This builder.
- Attributes