XtsStream.Flush Method
Namespace: Rebex.Security
Assembly: Rebex.Security.dll (version 7.0.9083)
Flush()
Clears all buffers for this stream and causes any buffered data to be written to the underlying device.
Declaration
public override void Flush()
Overrides
Exceptions
Type | Condition |
---|---|
IOException | An I/O error occurs. |
ObjectDisposedException | Methods were called after the stream was closed. |