4 references to DelayLowerBound
System.ServiceModel.Channels (4)
System\ServiceModel\Configuration\UdpRetransmissionSettingsElement.cs (4)
34this.SetPropertyValueIfNotDefaultValue(UdpTransportConfigurationStrings.DelayLowerBound, udpRetransmissionSettings.DelayLowerBound); 41[ConfigurationProperty(UdpTransportConfigurationStrings.DelayLowerBound, DefaultValue = UdpConstants.Defaults.DelayLowerBound)] 46get { return (TimeSpan)base[UdpTransportConfigurationStrings.DelayLowerBound]; } 47set { base[UdpTransportConfigurationStrings.DelayLowerBound] = value; }