Show / Hide Table of Contents

    Interface IReadableConfiguration

    Represents a readable-only configuration contract.

    Namespace: Algorand.Client
    Assembly: Algorand.dll
    Syntax
    public interface IReadableConfiguration

    Properties

    | Improve this Doc View Source

    AccessToken

    Gets the access token.

    Declaration
    string AccessToken { get; }
    Property Value
    Type Description
    System.String

    Access token.

    | Improve this Doc View Source

    ApiKey

    Gets the API key.

    Declaration
    IDictionary<string, string> ApiKey { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.String>

    API key.

    | Improve this Doc View Source

    ApiKeyPrefix

    Gets the API key prefix.

    Declaration
    IDictionary<string, string> ApiKeyPrefix { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.String>

    API key prefix.

    | Improve this Doc View Source

    BasePath

    Gets the base path.

    Declaration
    string BasePath { get; }
    Property Value
    Type Description
    System.String

    Base path.

    | Improve this Doc View Source

    DateTimeFormat

    Gets the date time format.

    Declaration
    string DateTimeFormat { get; }
    Property Value
    Type Description
    System.String

    Date time foramt.

    | Improve this Doc View Source

    DefaultHeader

    Gets the default header.

    Declaration
    IDictionary<string, string> DefaultHeader { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.String>

    Default header.

    | Improve this Doc View Source

    Password

    Gets the password.

    Declaration
    string Password { get; }
    Property Value
    Type Description
    System.String

    Password.

    | Improve this Doc View Source

    TempFolderPath

    Gets the temp folder path.

    Declaration
    string TempFolderPath { get; }
    Property Value
    Type Description
    System.String

    Temp folder path.

    | Improve this Doc View Source

    Timeout

    Gets the HTTP connection timeout (in milliseconds)

    Declaration
    int Timeout { get; }
    Property Value
    Type Description
    System.Int32

    HTTP connection timeout.

    | Improve this Doc View Source

    UserAgent

    Gets the user agent.

    Declaration
    string UserAgent { get; }
    Property Value
    Type Description
    System.String

    User agent.

    | Improve this Doc View Source

    Username

    Gets the username.

    Declaration
    string Username { get; }
    Property Value
    Type Description
    System.String

    Username.

    Methods

    | Improve this Doc View Source

    GetApiKeyWithPrefix(String)

    Gets the API key with prefix.

    Declaration
    string GetApiKeyWithPrefix(string apiKeyIdentifier)
    Parameters
    Type Name Description
    System.String apiKeyIdentifier

    API key identifier (authentication scheme).

    Returns
    Type Description
    System.String

    API key with prefix.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX