C# Class System.Net.Http.WinHttpHandler

Inheritance: HttpMessageHandler
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
WinHttpHandler ( )

Méthodes protégées

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

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

SendAsync() protected méthode

protected SendAsync ( System request, System cancellationToken ) : System.Threading.Tasks.Task
request System
cancellationToken System
Résultat System.Threading.Tasks.Task

WinHttpHandler() public méthode

public WinHttpHandler ( )