1 instantiation of RetransmitIterator
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
357return new RetransmitIterator(currentDelay, maxDelay, maxRetransmitCount);
3 references to RetransmitIterator
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\UdpOutputChannel.cs (3)
226RetransmitIterator retransmitIterator = null; 347private RetransmitIterator CreateRetransmitIterator(bool sendingMulticast) 645private RetransmitIterator retransmitIterator;