| MobileBackend Methods |
The MobileBackend type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateHttpClient |
Configures and returns a new HttpClient instance that can talk to the Mobile Backend. Auth and Diagnostics
headers will be automatically inserted.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetCustomCodeUriForPath |
Returns a URI for a custom API with the given path in the Mobile Cloud Service.
The path to the custom API. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetPlatforUriForPath |
Returns a URI for a platform API with the given path in the Mobile Cloud Service.
The path to the platform API. | |
| GetService(Type) |
Returns a Service Proxy for of the given type that exposes platform capabilities for this Mobile Backend.
| |
| GetServiceT |
Returns a Service Proxy for of the given type that exposes platform capabilities for this Mobile Backend.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LoadAppConfigAsync |
Downloads the configuration from the service. The AppConfig property will contain the downloaded configuration.
| |
| SetAuthenticationType |
Sets the AuthenticationType to use. The authentication parameters should have been previously configured. This method will
update the Authorization property and also set the AuthConfiguration property on the MobileBackendConfiguration object.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |