Interface IRestResponse
- Namespace
- RestSharp.Portable
- Assembly
- RestSharp.Portable.Core.dll
public interface IRestResponse
- Extension Methods
-
Properties
ContentType
string ContentType { get; }
Property Value
- string
IHttpHeaders Headers { get; }
Property Value
- IHttpHeaders
IsSuccess
Property Value
- bool
RawBytes
Property Value
- byte[]
Request
IRestRequest Request { get; }
Property Value
- IRestRequest
ResponseUri
Property Value
- Uri
StatusCode
HttpStatusCode StatusCode { get; }
Property Value
- HttpStatusCode
StatusDescription
string StatusDescription { get; }
Property Value
- string