ConfigureApp.DeviceIp(String) 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.
Configures the ip address of the device. Generally best left unset unless you are running an iOS application on a physical device.
public static Xamarin.UITest.Configuration.GenericAppConfigurator DeviceIp (string ipAddress);
static member DeviceIp : string -> Xamarin.UITest.Configuration.GenericAppConfigurator
Public Shared Function DeviceIp (ipAddress As String) As GenericAppConfigurator
Parameters
- ipAddress
- String
The ip address of the device.