NetworkStream::Flush Method ()
.NET Framework (current version)
Flushes data from the stream. This method is reserved for future use.
Assembly: System (in System.dll)
The Flush method implements the Stream::Flush method; however, because NetworkStream is not buffered, it has no affect on network streams. Calling the Flush method does not throw an exception.
.NET Framework
Available since 1.1
Available since 1.1
Show: