24 references to Defaults
dotnet-svcutil-lib (24)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpRetransmissionSettings.cs (8)
31UdpConstants.Defaults.DelayLowerBoundTimeSpan, UdpConstants.Defaults.DelayUpperBoundTimeSpan, UdpConstants.Defaults.MaxDelayPerRetransmissionTimeSpan) 84[DefaultValue(UdpConstants.Defaults.MaxUnicastRetransmitCount)] 102[DefaultValue(UdpConstants.Defaults.MaxMulticastRetransmitCount)] 176return !TimeSpansEqual(_delayLowerBound, UdpConstants.Defaults.DelayLowerBoundTimeSpan); 181return !TimeSpansEqual(_delayUpperBound, UdpConstants.Defaults.DelayUpperBoundTimeSpan); 186return !TimeSpansEqual(_maxDelayPerRetransmission, UdpConstants.Defaults.MaxDelayPerRetransmissionTimeSpan);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (10)
33_duplicateMessageHistoryLength = UdpConstants.Defaults.DuplicateMessageHistoryLength; 34_maxPendingMessagesTotalSize = UdpConstants.Defaults.DefaultMaxPendingMessagesTotalSize; 37_socketReceiveBufferSize = UdpConstants.Defaults.SocketReceiveBufferSize; 38_timeToLive = UdpConstants.Defaults.TimeToLive; 52[DefaultValue(UdpConstants.Defaults.DuplicateMessageHistoryLength)] 68[DefaultValue(UdpConstants.Defaults.DefaultMaxPendingMessagesTotalSize)] 89[DefaultValue(UdpConstants.Defaults.MulticastInterfaceId)] 114[DefaultValue(UdpConstants.Defaults.SocketReceiveBufferSize)] 130[DefaultValue(UdpConstants.Defaults.TimeToLive)] 208this.DuplicateMessageHistoryLength = UdpConstants.Defaults.DuplicateMessageHistoryLengthWithRetransmission;
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (6)
41[DefaultValue(UdpConstants.Defaults.DuplicateMessageHistoryLength)] 67[DefaultValue(UdpConstants.Defaults.MaxRetransmitCount)] 81[DefaultValue(UdpConstants.Defaults.DefaultMaxPendingMessagesTotalSize)] 94[DefaultValue(UdpConstants.Defaults.MaxReceivedMessageSize)] 107[DefaultValue(UdpConstants.Defaults.MulticastInterfaceId)] 134[DefaultValue(UdpConstants.Defaults.TimeToLive)]