public AsyncUdpEventArgs(string msg, AsyncUdpState state) { this._msg = msg; this._state = state; IsHandled = false; }
public AsyncUdpEventArgs(AsyncUdpState state) { this._state = state; IsHandled = false; }