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

Interface for request to be executed. More...

Inherited by AeroGear.Mobile.Core.Http.SystemNetHttpRequestToBeExecuted.

Public Member Functions

Task< IHttpResponseExecute ()
 Create a HTTPResponse and begin executing the request. Awaits the whole response to be retrieved. The request will be executed asynchronously. More...
 
Task< Stream > ExecuteGetStream ()
 Executes the request and returns response as stream. The request will be executed asynchronously. More...
 

Detailed Description

Interface for request to be executed.

Member Function Documentation

◆ Execute()

Task<IHttpResponse> AeroGear.Mobile.Core.Http.IHttpRequestToBeExecuted.Execute ( )

Create a HTTPResponse and begin executing the request. Awaits the whole response to be retrieved. The request will be executed asynchronously.

Returns
response (async)

◆ ExecuteGetStream()

Task<Stream> AeroGear.Mobile.Core.Http.IHttpRequestToBeExecuted.ExecuteGetStream ( )

Executes the request and returns response as stream. The request will be executed asynchronously.

Returns
stream (async)

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