Example #1
0
 public PosixResult TryListen(int backlog)
 {
     return(SocketInterop.Listen(this, backlog));
 }