Click or drag to resize
IMobileBackendCreateHttpClient Method
Configures and returns a new HttpClient instance that can talk to the Mobile Backend. Auth and Diagnostics headers will be automatically inserted.

Namespace: Oracle.Cloud.Mobile.MobileBackend
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
HttpClient CreateHttpClient(
	string mediaType = "application/json"
)

Parameters

mediaType (Optional)
Type: SystemString
The media type for the Accept header.

Return Value

Type: HttpClient
A System.Net.Http.HttpClient instance.
See Also