Click or drag to resize
MobileBackendManagerConfiguration Constructor (Stream)
Reads the configuration from a json stream.

Namespace: Oracle.Cloud.Mobile.Configuration
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public MobileBackendManagerConfiguration(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream to read the configuration from.
See Also