Network Stream Flush Method question

  • Thread starter Thread starter parez
  • Start date Start date
P

parez

Hi all,

I found the following in MSDN

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.

So, does the networkstream write directly to the stream?

The networkstream that i am using comes from the TcpClient class. and
it has a ReceiveBufferSize and SendBufferSize properties that i can
set.

Can some one please clear the confusion..
 
Back
Top