C# Class MonocleGiraffe.LibraryImpl.HttpClient

Inheritance: IHttpClient
Mostrar archivo Open project: akshay2000/MonocleGiraffe

Private Properties

Property Type Description
HttpProgress_ProgressChanged void

Public Methods

Method Description
DeleteAsync ( Uri uri ) : Task
GetAsync ( Uri uri ) : Task
HttpClient ( ) : System
PostAsync ( Uri uri, string content, CancellationToken ct, IProgress progress ) : Task
SetDefaultRequestHeader ( string key, string value ) : void

Private Methods

Method Description
HttpProgress_ProgressChanged ( object sender, Windows e ) : void

Method Details

DeleteAsync() public method

public DeleteAsync ( Uri uri ) : Task
uri System.Uri
return Task

GetAsync() public method

public GetAsync ( Uri uri ) : Task
uri System.Uri
return Task

HttpClient() public method

public HttpClient ( ) : System
return System

PostAsync() public method

public PostAsync ( Uri uri, string content, CancellationToken ct, IProgress progress ) : Task
uri System.Uri
content string
ct System.Threading.CancellationToken
progress IProgress
return Task

SetDefaultRequestHeader() public method

public SetDefaultRequestHeader ( string key, string value ) : void
key string
value string
return void