Пример #1
0
 public AsyncUdpEventArgs(string msg, AsyncUdpState state)
 {
     this._msg   = msg;
     this._state = state;
     IsHandled   = false;
 }
Пример #2
0
 public AsyncUdpEventArgs(AsyncUdpState state)
 {
     this._state = state;
     IsHandled   = false;
 }