<PackageReference Include="NETStandard.Library" Version="2.0.1" />

System.Net.Sockets.SocketShutdown

public enum SocketShutdown
namespace System.Net.Sockets { public enum SocketShutdown { Both = 2, Receive = 0, Send = 1 } }