예제 #1
0
 public unsafe PosixResult TryReceiveSocket(out Socket socket, bool blocking)
 {
     return(SocketInterop.ReceiveSocket(this, out socket, blocking));
 }