Click or drag to resize
MobileBackend Methods

The MobileBackend type exposes the following members.

Methods
  NameDescription
Public methodCreateHttpClient
Configures and returns a new HttpClient instance that can talk to the Mobile Backend. Auth and Diagnostics headers will be automatically inserted.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetCustomCodeUriForPath
Returns a URI for a custom API with the given path in the Mobile Cloud Service. The path to the custom API.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPlatforUriForPath
Returns a URI for a platform API with the given path in the Mobile Cloud Service. The path to the platform API.
Public methodGetService(Type)
Returns a Service Proxy for of the given type that exposes platform capabilities for this Mobile Backend.
Public methodGetServiceT
Returns a Service Proxy for of the given type that exposes platform capabilities for this Mobile Backend.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadAppConfigAsync
Downloads the configuration from the service. The AppConfig property will contain the downloaded configuration.
Public methodSetAuthenticationType
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also