Click or drag to resize

ContentStreamFlush Method

IT Hit WebDAV Classes Reference
When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
public override void Flush()
Exceptions
ExceptionCondition
IOExceptionAn I/O error occurs.
See Also