2 writes to delayLowerBoundMilliseconds
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpRetransmissionSettings.cs (2)
72this.delayLowerBoundMilliseconds = TimeoutHelper.ToMilliseconds(this.delayLowerBound); 134this.delayLowerBoundMilliseconds = TimeoutHelper.ToMilliseconds(this.delayLowerBound);
1 reference to delayLowerBoundMilliseconds
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpRetransmissionSettings.cs (1)
193return this.delayLowerBoundMilliseconds;