2 writes to _delayUpperBound
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpRetransmissionSettings.cs (2)
69
_delayUpperBound
= delayUpperBound;
151
_delayUpperBound
= value;
8 references to _delayUpperBound
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpRetransmissionSettings.cs (8)
73
_delayUpperBoundMilliseconds = TimeoutHelper.ToMilliseconds(
_delayUpperBound
);
80
: this(other._maxUnicastRetransmitCount, other._maxMulticastRetransmitCount, other._delayLowerBound, other.
_delayUpperBound
, other._maxDelayPerRetransmission)
142
return
_delayUpperBound
;
152
_delayUpperBoundMilliseconds = TimeoutHelper.ToMilliseconds(
_delayUpperBound
);
181
return !TimeSpansEqual(
_delayUpperBound
, UdpConstants.Defaults.DelayUpperBoundTimeSpan);
218
if (_delayLowerBound >
_delayUpperBound
)
224
if (
_delayUpperBound
> _maxDelayPerRetransmission)
226
throw FxTrace.Exception.ArgumentOutOfRange("DelayUpperBound",
_delayUpperBound
, "TODO: "); // SR.Property1LessThanOrEqualToProperty2("DelayUpperBound", this.delayUpperBound, "MaxDelayPerRetransmission", this.maxDelayPerRetransmission));