Esempio n. 1
0
 public bool PollSelectRead(int millis)
 {
     state = State.Connected;
     return(udp.PollSelectRead(millis));
 }