aerogear-xamarin-sdk
AeroGear Xamarin SDK
AeroGear.Mobile.Core.Http.IHttpResponse Interface Reference

Interface for the http response More...

Inherited by AeroGear.Mobile.Core.Http.SystemNetHttpResponse.

Properties

bool Successful [get]
 Is true when request is considered successful. More...
 
int StatusCode [get]
 HTTP status code of the response More...
 
string Body [get]
 Response body as a string. More...
 
System.Exception Error [get]
 Underlying error exception, if any. More...
 

Detailed Description

Interface for the http response

Property Documentation

◆ Body

string AeroGear.Mobile.Core.Http.IHttpResponse.Body
get

Response body as a string.

◆ Error

System.Exception AeroGear.Mobile.Core.Http.IHttpResponse.Error
get

Underlying error exception, if any.

◆ StatusCode

int AeroGear.Mobile.Core.Http.IHttpResponse.StatusCode
get

HTTP status code of the response

◆ Successful

bool AeroGear.Mobile.Core.Http.IHttpResponse.Successful
get

Is true when request is considered successful.


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