1 write to cancelEvent
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
568this.cancelEvent = new ManualResetEvent(false);
4 references to cancelEvent
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\UdpOutputChannel.cs (4)
589this.cancelEvent.WaitOne(millisecondsTimeout); 601this.cancelEvent.Set(); 613this.cancelEvent.Dispose(); 624this.cancelEvent.Reset();