2 references to DelayLowerBound
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpConstants.cs (1)
48
public static readonly TimeSpan DelayLowerBoundTimeSpan = TimeSpan.Parse(
DelayLowerBound
, CultureInfo.InvariantCulture);
System\ServiceModel\Configuration\UdpRetransmissionSettingsElement.cs (1)
41
[ConfigurationProperty(UdpTransportConfigurationStrings.DelayLowerBound, DefaultValue = UdpConstants.Defaults.
DelayLowerBound
)]