Search Results for

    Show / Hide Table of Contents

    Class ClientBase

    The base class for all clients.

    Inheritance
    System.Object
    ClientBase
    BusinessProcessClient
    CdnClient
    CloudBackupClient
    CustomerAssetClient
    CustomerClient
    CustomerOperationClient
    CustomerQueuePriorityClient
    CustomerServiceProviderClient
    CustomerSettingClient
    EnvironmentClient
    EnvironmentProcessClient
    GlobalConfigurationClient
    MaintenanceClient
    OutputFormatClient
    ServiceClient
    UpdateClient
    UserClient
    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 abstract class ClientBase

    Constructors

    ClientBase(ICloudManagerServiceSettings)

    Initializes a new instance of the ClientBase class.

    Declaration
    protected ClientBase(ICloudManagerServiceSettings settings)
    Parameters
    ICloudManagerServiceSettings settings

    The client settings.

    Properties

    BaseUrl

    Gets the base URL of the Picturepark API.

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

    Methods

    CreateHttpRequestMessageAsync(CancellationToken)

    Declaration
    protected async Task<HttpRequestMessage> CreateHttpRequestMessageAsync(CancellationToken cancellationToken)
    Parameters
    System.Threading.CancellationToken cancellationToken

    Returns
    System.Threading.Tasks.Task<HttpRequestMessage>

    Back to top Generated by DocFX