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