Table of Contents

Interface IRestResponse

Namespace
RestSharp.Portable
Assembly
RestSharp.Portable.Core.dll
public interface IRestResponse
Extension Methods

Properties

ContentType

string ContentType { get; }

Property Value

string

Headers

IHttpHeaders Headers { get; }

Property Value

IHttpHeaders

IsSuccess

bool IsSuccess { get; }

Property Value

bool

RawBytes

byte[] RawBytes { get; }

Property Value

byte[]

Request

IRestRequest Request { get; }

Property Value

IRestRequest

ResponseUri

Uri ResponseUri { get; }

Property Value

Uri

StatusCode

HttpStatusCode StatusCode { get; }

Property Value

HttpStatusCode

StatusDescription

string StatusDescription { get; }

Property Value

string