StandardBindingElement::CloseTimeout Property
.NET Framework (current version)
Gets or sets the interval of time provided for a close operation to complete.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("closeTimeout", DefaultValue = "00:01:00")] property TimeSpan CloseTimeout { virtual TimeSpan get() sealed; virtual void set(TimeSpan value) sealed; }
Property Value
Type: System::TimeSpanThe TimeSpan that specifies how long the close operation has to complete before timing out.
.NET Framework
Available since 3.0
Available since 3.0
Show: