The ConfigurationDialog type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
GetProxyURI(String)
Generates a proxy URL given a destination URL. This is useful for accessing cross-domain URI based resources such as REST services or Images (GET method only). The returned proxy url eliminates CrossDomain.xml and ClientAccessPolicy.xml security restrictions.
GetRestProxyURI(String, ConfigurationDialog..::.HttpMethod, String, String, SettingCollection, SettingCollection)
Generates a REST Proxy URI for use in accessing REST resources while bypassing Cross Domain restrictions
IsHTTPS()()()
Determines if the user is connected via HTTPS or HTTP
LogException(String, Exception)
Call this method to log errors to your App's Error page.
LogException(String, String, String)
Call this method to log errors to your App's Error page.
OnBeforeSave(Boolean%)
Called before the settings are saved and the dialog is closed. Allows opportunity to validate and cancel the save if necessary.
OnSettingsLoaded(Boolean)
Notify the Configuration Dialog that the Settings have been loaded and are available through the GetSetting() method.

See Also