4 references to MaxOutputDelay
System.ServiceModel (4)
System\ServiceModel\Configuration\ConnectionOrientedTransportElement.cs (4)
60
[ConfigurationProperty(ConfigurationStrings.
MaxOutputDelay
, DefaultValue = ConnectionOrientedTransportDefaults.MaxOutputDelayString)]
65
get { return (TimeSpan)base[ConfigurationStrings.
MaxOutputDelay
]; }
66
set { base[ConfigurationStrings.
MaxOutputDelay
] = value; }
138
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
MaxOutputDelay
, binding.MaxOutputDelay);