M
Marc Sherman
Hi,
According to the docs, Socket.EndSend may indicate a partial write whereas
NetworkStream.EndWrite returns only after *all* the data specified has been
written. In the face of heavy I/O, does this mean that
NetworkStream.EndWrite will fail if the system buffers are too full to
accomodate all the data?
IOW, are there any disadvantages to using NetworkStream for writing?
thanks,
Marc
According to the docs, Socket.EndSend may indicate a partial write whereas
NetworkStream.EndWrite returns only after *all* the data specified has been
written. In the face of heavy I/O, does this mean that
NetworkStream.EndWrite will fail if the system buffers are too full to
accomodate all the data?
IOW, are there any disadvantages to using NetworkStream for writing?
thanks,
Marc