2 writes to _maxMulticastRetransmitCount
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpRetransmissionSettings.cs (2)
67
_maxMulticastRetransmitCount
= maxMulticastRetransmitCount;
116
_maxMulticastRetransmitCount
= value;
3 references to _maxMulticastRetransmitCount
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)
107
return
_maxMulticastRetransmitCount
;
212
return _maxUnicastRetransmitCount > 0 ||
_maxMulticastRetransmitCount
> 0;