1 write to retransmitTimer
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
901
this.
retransmitTimer
= new IOThreadTimer(onRetransmitMessage, this, false);
2 references to retransmitTimer
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpOutputChannel.cs (2)
849
this.
retransmitTimer
.Set(this.retransmitIterator.CurrentDelay);
921
this.
retransmitTimer
.Cancel();