Search Results for

    Show / Hide Table of Contents

    Class CloudManagerServiceSettings

    The Picturepark service settings.

    Inheritance
    object
    CloudManagerServiceSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    ICloudManagerServiceSettings.AuthClient

    BaseUrl

    Gets the server URL of the Picturepark server.

    Declaration
    public string BaseUrl { get; set; }
    Property Value
    string

    Implements
    ICloudManagerServiceSettings.BaseUrl

    HttpTimeout

    Gets or sets the HTTP timeout.

    Declaration
    public TimeSpan HttpTimeout { get; set; }
    Property Value
    TimeSpan

    Implements
    ICloudManagerServiceSettings.HttpTimeout
    Back to top Generated by DocFX