Method | Description | |
---|---|---|
AsyncStreamCopier ( Stream input, Stream output ) : System |
Initializes a new instance of the AsyncStreamCopier class.
|
|
Copy ( ) : void |
Starts the copying
|
Method | Description | |
---|---|---|
GetData ( ) : void | ||
RaiseComplete ( ) : void | ||
ReadComplete ( IAsyncResult result ) : void |
public AsyncStreamCopier ( Stream input, Stream output ) : System | ||
input | Stream | The input. |
output | Stream | The output. |
return | System |