Search Results for

    Show / Hide Table of Contents

    Class CloudManagerServiceSettings

    The Picturepark service settings.

    Inheritance
    System.Object
    CloudManagerServiceSettings
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    System.String baseUrl

    The base URL.

    CloudManagerServiceSettings(String, IAuthClient)

    Initializes a new instance of the CloudManagerServiceSettings class.

    Declaration
    public CloudManagerServiceSettings(string baseUrl, IAuthClient authClient)
    Parameters
    System.String baseUrl

    The base URL.

    IAuthClient authClient

    The authentication client.

    Properties

    AuthClient

    Gets or sets the .

    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
    System.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