DocuSign CSharp Docs
Public Member Functions | Public Attributes | List of all members
DocuSign.eSign.Client.DocuSignResponse Class Reference

Public Member Functions

 DocuSignResponse (HttpStatusCode _statusCode, IDictionary< string, string > _headers, byte[] _rawBytes, string _contentType)
 

Public Attributes

byte [] RawBytes => rawBytes
 
string ContentType => contentType
 
HttpStatusCode StatusCode => statusCode
 
string Content => rawBytes != null ? System.Text.Encoding.UTF8.GetString(rawBytes) : null
 
string ErrorMessage => errorMessage
 
IDictionary< string, string > Headers => headers
 

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