8 references to TimeToLive
System.ServiceModel (8)
System\ServiceModel\Configuration\MsmqBindingElementBase.cs (4)
100
[ConfigurationProperty(ConfigurationStrings.
TimeToLive
, DefaultValue = MsmqDefaults.TimeToLiveString)]
105
get { return (TimeSpan)base[ConfigurationStrings.
TimeToLive
]; }
106
set { base[ConfigurationStrings.
TimeToLive
] = value; }
149
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
TimeToLive
, msmqBinding.TimeToLive);
System\ServiceModel\Configuration\MsmqElementBase.cs (4)
90
[ConfigurationProperty(ConfigurationStrings.
TimeToLive
, DefaultValue = MsmqDefaults.TimeToLiveString)]
95
get { return (TimeSpan)base[ConfigurationStrings.
TimeToLive
]; }
96
set { base[ConfigurationStrings.
TimeToLive
] = value; }
191
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
TimeToLive
, binding.TimeToLive);