Beispiel #1
0
 internal static bool CanRead(this Socket socket)
 {
     return(SocketAbstraction.CanRead(socket));
 }