C# Class MbDotNet.HttpClientWrapper

Inheritance: IHttpClientWrapper
Datei anzeigen Open project: mattherman/MbDotNet

Public Methods

Method Description
DeleteAsync ( string resource ) : Task
Dispose ( ) : void
GetAsync ( string resource ) : Task
HttpClientWrapper ( ) : System
PostAsync ( string resource, HttpContent content ) : Task

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

DeleteAsync() public method

public DeleteAsync ( string resource ) : Task
resource string
return Task

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetAsync() public method

public GetAsync ( string resource ) : Task
resource string
return Task

HttpClientWrapper() public method

public HttpClientWrapper ( ) : System
return System

PostAsync() public method

public PostAsync ( string resource, HttpContent content ) : Task
resource string
content System.Net.Http.HttpContent
return Task