8 references to TimeToLive
System.ServiceModel.Channels (8)
System\ServiceModel\Configuration\UdpBindingElement.cs (4)
95
[ConfigurationProperty(UdpTransportConfigurationStrings.
TimeToLive
, DefaultValue = UdpConstants.Defaults.TimeToLive)]
99
get { return (int)base[UdpTransportConfigurationStrings.
TimeToLive
]; }
100
set { base[UdpTransportConfigurationStrings.
TimeToLive
] = value; }
114
this.SetPropertyValueIfNotDefaultValue(UdpTransportConfigurationStrings.
TimeToLive
, udpBinding.TimeToLive);
System\ServiceModel\Configuration\UdpTransportElement.cs (4)
42
this.SetPropertyValueIfNotDefaultValue(UdpTransportConfigurationStrings.
TimeToLive
, udpTransportBindingElement.TimeToLive);
90
[ConfigurationProperty(UdpTransportConfigurationStrings.
TimeToLive
, DefaultValue = UdpConstants.Defaults.TimeToLive)]
94
get { return (int)base[UdpTransportConfigurationStrings.
TimeToLive
]; }
95
set { base[UdpTransportConfigurationStrings.
TimeToLive
] = value; }