CryptoStream: EndWrite

EndWrite

Signifies the end of an asynchronous write to the stream.



 Public Sub EndWrite(
	  ByVal AsyncResult As IAsyncResult )

Parameters

AsyncResult
[ByVal] IAsyncResult. The IAsyncResult returned from the BeginWrite function.

See Also

Project CorLib Overview

Class CryptoStream Overview