2 writes to _maxUnicastRetransmitCount
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpRetransmissionSettings.cs (2)
66
_maxUnicastRetransmitCount
= maxUnicastRetransmitCount;
98
_maxUnicastRetransmitCount
= value;
3 references to _maxUnicastRetransmitCount
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpRetransmissionSettings.cs (3)
80
: this(other.
_maxUnicastRetransmitCount
, other._maxMulticastRetransmitCount, other._delayLowerBound, other._delayUpperBound, other._maxDelayPerRetransmission)
89
return
_maxUnicastRetransmitCount
;
212
return
_maxUnicastRetransmitCount
> 0 || _maxMulticastRetransmitCount > 0;