Exemplo n.º 1
0
 public static bool IsDone(this SocketRequestState state)
 {
     return(state == SocketRequestState.Done);
 }
Exemplo n.º 2
0
 public static bool IsFinal(this SocketRequestState state)
 {
     return(state >= SocketRequestState.Done);
 }