5 references to TimeToLive
System.ServiceModel.Channels (5)
System\ServiceModel\Channels\UdpTransportBindingElement.cs (2)
38
this.timeToLive = UdpConstants.Defaults.
TimeToLive
;
131
[DefaultValue(UdpConstants.Defaults.
TimeToLive
)]
System\ServiceModel\Configuration\UdpBindingElement.cs (1)
95
[ConfigurationProperty(UdpTransportConfigurationStrings.TimeToLive, DefaultValue = UdpConstants.Defaults.
TimeToLive
)]
System\ServiceModel\Configuration\UdpTransportElement.cs (1)
90
[ConfigurationProperty(UdpTransportConfigurationStrings.TimeToLive, DefaultValue = UdpConstants.Defaults.
TimeToLive
)]
System\ServiceModel\UdpBinding.cs (1)
154
[DefaultValue(UdpConstants.Defaults.
TimeToLive
)]