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