2 references to DelayUpperBound
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpConstants.cs (1)
49
public static readonly TimeSpan DelayUpperBoundTimeSpan = TimeSpan.Parse(
DelayUpperBound
, CultureInfo.InvariantCulture);
System\ServiceModel\Configuration\UdpRetransmissionSettingsElement.cs (1)
50
[ConfigurationProperty(UdpTransportConfigurationStrings.DelayUpperBound, DefaultValue = UdpConstants.Defaults.
DelayUpperBound
)]