Table of Contents


HttpResponseInfo

Response received as a result of a HTTP call.

 

Properties

NameType
Bodystring - HTTP Response Body
ContentLengthlong - Response length
ContentTypestring - Response MIME type
HeadersDictionary<string,string> - response header values
LastModifiedDateTime 
StatusCodeint - returns HTTP Status code
StatusDescriptionstring