1 write to IsCanceled
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
597this.IsCanceled = true;
2 references to IsCanceled
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpOutputChannel.cs (2)
254if (retransmitHelper.IsCanceled) 622if (!this.IsCanceled && !this.cleanedUp)