Interface ICloudManagerServiceSettings
The Fotoware Alto service settings interface.
Namespace: System.Dynamic.ExpandoObject
Syntax
public interface ICloudManagerServiceSettings
Properties
AuthClient
Gets the
Declaration
IAuthClient AuthClient { get; }
Property Value
|
IAuthClient
|
BaseUrl
Gets the server URL of the Fotoware Alto authentication server.
Declaration
string BaseUrl { get; }
Property Value
|
System.String
|
HttpTimeout
Gets the HTTP timeout.
Declaration
TimeSpan HttpTimeout { get; }
Property Value
|
TimeSpan
|