1 write to retransmitIterator
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
902this.retransmitIterator = this.channel.CreateRetransmitIterator(this.IsMulticast);
3 references to retransmitIterator
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\UdpOutputChannel.cs (3)
841if (!this.retransmitIterator.MoveNext()) 847if (this.retransmitIterator.CurrentDelay > 0) 849this.retransmitTimer.Set(this.retransmitIterator.CurrentDelay);