CryptoStream: Flush

Flush

Flushes the buffers of the underlying Stream.



 Public Sub Flush ( )

Remarks

This does not flush the buffers within the CryptoStream. Call FlushFinalBlock to flush the remaining data to the underlying stream.

See Also

Project VBCorLib Overview Class CryptoStream Overview CryptoStream Properties CryptoStream Methods Equals FlushFinalBlock