Client property file for Windows Phone 8
This file defines the properties that the native C# app for Windows Phone 8 requires to use the MobileFirst native C# API for Windows Phone 8.
The wlclient.properties client property file contains the necessary data to use the MobileFirst API for Windows Phone 8.
You must define the properties of this client property file before we use it in the native C# app for Windows Phone 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. 10080 wlServerContext The server context. / If we use MPF Developer Edition, we must set the value of this property to the name of the project.
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. The value of this property must be WindowsPhone8native. We must not modify the value of this property. WindowsPhone8native wlMPNSServiceName The service name to be used for authenticated push as specified in the application descriptor. See Application descriptor of native C# API application for Windows Phone 8. MyServiceName languagePreferences This property defines a list of preferred languages separated by comma, to be used by MPF to display system messages. en, fr, de, es
Parent topic: Develop native C# applications for Windows Phone 8