Docusign CSharp Docs
|
Namespaces |
Classes | |
class | ApiClient |
API client is mainly responsible for making the HTTP call to the API backend. More... | |
class | ApiException |
API Exception More... | |
class | ApiResponse |
API Response More... | |
class | Configuration |
Represents a set of configuration settings More... | |
class | DocuSignClient |
DocuSignClient is mainly responsible for facilitating HTTP calls to the Docusign APIs. More... | |
class | DocuSignRequest |
class | DocuSignResponse |
class | FileParameter |
class | GlobalConfiguration |
GlobalConfiguration provides a compile-time extension point for globally configuring API Clients. More... | |
interface | IApiAccessor |
Represents configuration aspects required to interact with the API endpoints. More... | |
interface | IHttpClient |
interface | IReadableConfiguration |
Represents a readable-only configuration contract. More... | |
class | SwaggerDateConverter |
Formatter for 'date' swagger formats ss defined by full-date - RFC3339 see https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types More... | |
class | SystemNetHttpClient |
Functions | |
delegate Exception | ExceptionFactory (string methodName, DocuSignResponse response) |
A delegate to ExceptionFactory method More... | |
delegate Exception DocuSign.eSign.Client.ExceptionFactory | ( | string | methodName, |
DocuSignResponse | response | ||
) |
A delegate to ExceptionFactory method
methodName | Method name |
response | Response |