Shutting down a Socket should not set it to disconnected #16827
Open
Description
opened on Mar 25, 2016
Calling Shutdown
on a Socket
will cause it to become disconnected which is incorrect. This can cause, for example, TcpClient.GetStream
to fail on a half-open socket.
Activity