Ejemplo n.º 1
0
 public unsafe PosixResult TryAccept(out Socket clientSocket, bool blocking)
 {
     return(SocketInterop.Accept(this, blocking, out clientSocket));
 }