Search Results for

    Show / Hide Table of Contents

    Interface ICloudManagerServiceSettings

    The Picturepark 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 Picturepark authentication server.

    Declaration
    string BaseUrl { get; }
    Property Value
    System.String

    HttpTimeout

    Gets the HTTP timeout.

    Declaration
    TimeSpan HttpTimeout { get; }
    Property Value
    TimeSpan

    Back to top Generated by DocFX