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) 89return _maxUnicastRetransmitCount; 212return _maxUnicastRetransmitCount > 0 || _maxMulticastRetransmitCount > 0;