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