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