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