Table of Contents

Interface IReadableConfiguration

Namespace
BoldSign.Api
Assembly
BoldSign.Api.dll

Represents a readable-only configuration contract.

public interface IReadableConfiguration

Properties

BasePath

Gets the base path.

string BasePath { get; }

Property Value

string

Base path.

DateTimeFormat

Gets the date time format.

string DateTimeFormat { get; }

Property Value

string

Date time foramt.

DefaultHeader

Gets the default header.

IDictionary<string, string> DefaultHeader { get; }

Property Value

IDictionary<string, string>

Default header.

TempFolderPath

Gets the temp folder path.

string TempFolderPath { get; }

Property Value

string

Temp folder path.

Timeout

Gets the HTTP connection timeout (in milliseconds)

int Timeout { get; }

Property Value

int

HTTP connection timeout.

UserAgent

Gets the user agent.

string UserAgent { get; }

Property Value

string

User agent.