C# Class logv.http.AsynStreamCopyCompleteEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: coolya/logv.http

Méthodes publiques

Méthode Description
AsynStreamCopyCompleteEventArgs ( Stream input, Stream output ) : System

Initializes a new instance of the AsynStreamCopyCompleteEventArgs class.

Method Details

AsynStreamCopyCompleteEventArgs() public méthode

Initializes a new instance of the AsynStreamCopyCompleteEventArgs class.
public AsynStreamCopyCompleteEventArgs ( Stream input, Stream output ) : System
input Stream The input.
output Stream The output.
Résultat System