Show / Hide Table of Contents

Interface IReadableConfiguration

Represents a readable-only configuration contract.

Namespace: BoldSign.Api
Assembly: BoldSign.Api.dll
Syntax
public interface IReadableConfiguration

Properties

| 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
IDictionary<System.String, System.String>

Default header.

| 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
In This Article
Back to top Copyright 2001-2021 Syncfusion Inc.
All Rights Reserved