public PosixResult TryShutdown(int shutdown)
 {
     return(SocketInterop.Shutdown(this, shutdown));
 }