Client property file for Windows 8
This file defines the properties that the native app for Windows 8 requires to use the MobileFirst native API for Windows 8.
The wlclient.properties client property file contains the necessary data to use the MobileFirst API for Windows 8.
You must define the properties of this client property file before we use it in the native app for Windows 8.
The following table lists the properties of the wlclient.properties file, their descriptions, and possible examples for their values.
Property Description Example values wlServerProtocol The communication protocol with the MobileFirst Server. http or https wlServerHost The host name of the MobileFirst Server. localhost wlServerPort The port of the MobileFirst Server. If we leave this value blank, the default port is used. If the wlServerProtocol property value is https, we must leave this value blank. 8080 wlServerContext The server context, which is automatically generated. / wlAppId The application id, as defined in application-descriptor.xml. myApp wlAppVersion The application version, as defined in application-descriptor.xml. 1.0 wlEnvironment This property defines the MobileFirst environment. We must not modify the value of this property. Windows8native
Parent topic: Develop native C# applications for Windows 8