2 writes to _delayLowerBound
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpRetransmissionSettings.cs (2)
68
_delayLowerBound
= delayLowerBound;
133
_delayLowerBound
= value;
7 references to _delayLowerBound
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpRetransmissionSettings.cs (7)
72
_delayLowerBoundMilliseconds = TimeoutHelper.ToMilliseconds(
_delayLowerBound
);
80
: this(other._maxUnicastRetransmitCount, other._maxMulticastRetransmitCount, other.
_delayLowerBound
, other._delayUpperBound, other._maxDelayPerRetransmission)
124
return
_delayLowerBound
;
134
_delayLowerBoundMilliseconds = TimeoutHelper.ToMilliseconds(
_delayLowerBound
);
176
return !TimeSpansEqual(
_delayLowerBound
, UdpConstants.Defaults.DelayLowerBoundTimeSpan);
218
if (
_delayLowerBound
> _delayUpperBound)
220
throw FxTrace.Exception.ArgumentOutOfRange("DelayLowerBound",
_delayLowerBound
, "TODO: "); // SR.Property1LessThanOrEqualToProperty2("DelayLowerBound", this.delayLowerBound, "DelayUpperBound", this.delayUpperBound));