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

Interface for the http service module More...

Inheritance diagram for AeroGear.Mobile.Core.Http.IHttpServiceModule:
AeroGear.Mobile.Core.IServiceModule

Public Member Functions

IHttpRequest NewRequest ()
 Creates a new HttpRequest and prepends common configuration such as certificate pinning, user agent headers, etc. More...
 
- Public Member Functions inherited from AeroGear.Mobile.Core.IServiceModule
void Destroy ()
 Called when singleThreadService destroyed. More...
 
void Configure (MobileCore core, ServiceConfiguration config)
 

Additional Inherited Members

- Properties inherited from AeroGear.Mobile.Core.IServiceModule
String Id [get]
 
String Type [get]
 Type/name used in the mobile-singleThreadService.json More...
 
bool RequiresConfiguration [get]
 Whether the singleThreadService module requires its singleThreadService configuration to be defined or if it can be null. If this is More...
 

Detailed Description

Interface for the http service module

Member Function Documentation

◆ NewRequest()

IHttpRequest AeroGear.Mobile.Core.Http.IHttpServiceModule.NewRequest ( )

Creates a new HttpRequest and prepends common configuration such as certificate pinning, user agent headers, etc.

Returns
a new IHttpRequest object

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