C# Class logv.http.AsynStreamCopyCompleteEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: coolya/logv.http

Public Methods

Method Description
AsynStreamCopyCompleteEventArgs ( Stream input, Stream output ) : System

Initializes a new instance of the AsynStreamCopyCompleteEventArgs class.

Method Details

AsynStreamCopyCompleteEventArgs() public method

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