C# Class System.Net.Http.WinHttpHandler

Inheritance: HttpMessageHandler
Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
WinHttpHandler ( )

Protected Methods

Method Description
Dispose ( bool disposing ) : void
SendAsync ( System request, System cancellationToken ) : System.Threading.Tasks.Task

Method Details

Dispose() protected method

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

SendAsync() protected method

protected SendAsync ( System request, System cancellationToken ) : System.Threading.Tasks.Task
request System
cancellationToken System
return System.Threading.Tasks.Task

WinHttpHandler() public method

public WinHttpHandler ( )