C# Class NightOwl.Xamarin.Services.HttpClientService

Inheritance: IHttpClientService
ファイルを表示 Open project: povilux/nightOwl

Private Properties

Property Type Description
HttpClientService System

Public Methods

Method Description
DeleteAsync ( string url ) : Task>
GetAsync ( string url ) : Task>
PostAsync ( string url, postData ) : Task>
PutAsync ( string url, putData ) : Task>

Private Methods

Method Description
HttpClientService ( ) : System

Method Details

DeleteAsync() public method

public DeleteAsync ( string url ) : Task>
url string
return Task>

GetAsync() public method

public GetAsync ( string url ) : Task>
url string
return Task>

PostAsync() public method

public PostAsync ( string url, postData ) : Task>
url string
return Task>

PutAsync() public method

public PutAsync ( string url, putData ) : Task>
url string
return Task>