C# Class ModernHttpClient.NSUrlSessionHandler.CancellableStreamContent

Inheritance: ProgressStreamContent
Afficher le fichier Open project: xamarin/ModernHttpClient

Méthodes publiques

Méthode Description
CancellableStreamContent ( Stream source, System.Action onDispose ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

CancellableStreamContent() public méthode

public CancellableStreamContent ( Stream source, System.Action onDispose ) : System
source Stream
onDispose System.Action
Résultat System

Dispose() protected méthode

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