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