Flushes data from the stream. This method is reserved for future use.
The NetworkStream.Flush method implements the System.IO.Stream.Flush method; however, because System.Net.Sockets.NetworkStream is not buffered, it has no affect on network streams. Calling the NetworkStream.Flush method does not throw an exception.