DocuSign CSharp Docs
Public Member Functions | Properties | List of all members
DocuSign.eSign.Client.ApiResponse< T > Class Template Reference

API Response More...

Public Member Functions

 ApiResponse (int statusCode, IDictionary< string, string > headers, T data)
 Initializes a new instance of the ApiResponse<T> class. More...
 

Properties

int StatusCode [get]
 Gets or sets the status code (HTTP status code) More...
 
IDictionary< string, string > Headers [get]
 Gets or sets the HTTP headers More...
 
Data [get]
 Gets or sets the data (parsed HTTP body) More...
 

Detailed Description

API Response

Constructor & Destructor Documentation

◆ ApiResponse()

DocuSign.eSign.Client.ApiResponse< T >.ApiResponse ( int  statusCode,
IDictionary< string, string >  headers,
data 
)
inline

Initializes a new instance of the ApiResponse<T> class.

Parameters
statusCodeHTTP status code.
headersHTTP headers.
dataData (parsed HTTP body)

Property Documentation

◆ Data

Gets or sets the data (parsed HTTP body)

The data.

◆ Headers

IDictionary<string, string> DocuSign.eSign.Client.ApiResponse< T >.Headers
get

Gets or sets the HTTP headers

HTTP headers

◆ StatusCode

int DocuSign.eSign.Client.ApiResponse< T >.StatusCode
get

Gets or sets the status code (HTTP status code)

The status code.


The documentation for this class was generated from the following file: