Class CloudManagerServiceSettings
The Fotoware Alto service settings.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
public class CloudManagerServiceSettings : ICloudManagerServiceSettings
Constructors
CloudManagerServiceSettings(IAuthClient)
Initializes a new instance of the CloudManagerServiceSettings class.
Declaration
public CloudManagerServiceSettings(IAuthClient authClient)
Parameters
|
IAuthClient
authClient
The authentication client. |
CloudManagerServiceSettings(string)
Initializes a new instance of the CloudManagerServiceSettings class.
Declaration
public CloudManagerServiceSettings(string baseUrl)
Parameters
|
string
baseUrl
The base URL. |
CloudManagerServiceSettings(string, IAuthClient)
Initializes a new instance of the CloudManagerServiceSettings class.
Declaration
public CloudManagerServiceSettings(string baseUrl, IAuthClient authClient)
Parameters
|
string
baseUrl
The base URL. |
|
IAuthClient
authClient
The authentication client. |
Properties
AuthClient
Gets or sets the IAuthClient.
Declaration
public IAuthClient AuthClient { get; set; }
Property Value
| IAuthClient |
Implements
BaseUrl
Gets the server URL of the Fotoware Alto server.
Declaration
public string BaseUrl { get; set; }
Property Value
| string |
Implements
HttpTimeout
Gets or sets the HTTP timeout.
Declaration
public TimeSpan HttpTimeout { get; set; }
Property Value
| TimeSpan |