예제 #1
0
 public PosixResult TryShutdown(int shutdown)
 {
     return(SocketInterop.Shutdown(this, shutdown));
 }