4 references to DelayUpperBound
System.ServiceModel.Channels (4)
System\ServiceModel\Configuration\UdpRetransmissionSettingsElement.cs (4)
35this.SetPropertyValueIfNotDefaultValue(UdpTransportConfigurationStrings.DelayUpperBound, udpRetransmissionSettings.DelayUpperBound); 50[ConfigurationProperty(UdpTransportConfigurationStrings.DelayUpperBound, DefaultValue = UdpConstants.Defaults.DelayUpperBound)] 55get { return (TimeSpan)base[UdpTransportConfigurationStrings.DelayUpperBound]; } 56set { base[UdpTransportConfigurationStrings.DelayUpperBound] = value; }