HttpResponseInfo
Response received as a result of a HTTP call.
Properties
| Name | Type |
|---|
| Body | string - HTTP Response Body |
| ContentLength | long - Response length |
| ContentType | string - Response MIME type |
| Headers | Dictionary<string,string> - response header values |
| LastModified | DateTime |
| StatusCode | int - returns HTTP Status code |
| StatusDescription | string |