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