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()
Public Overrides Sub Flush
public:
virtual void Flush() override
abstract Flush : unit -> unit
override Flush : unit -> unit
Exceptions Exception | Condition |
---|
IOException | An I/O error occurs. |
See Also