XtsStream.Flush Method
Namespace: Rebex.Security
Assembly: Rebex.Security.dll (version 7.0.9448)
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. |
| Object |
Methods were called after the stream was closed. |