Click or drag to resize

FtpDataStreamFlush Method

Clears all buffers for this stream and causes any buffered data to be written to the underlying device.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public override void Flush()
View Source
Exceptions
ExceptionCondition
IOExceptionAn I/O error occurs.
See Also