ChannelFactory.DefaultCloseTimeout Property
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Gets the default interval of time provided for a close operation to complete.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.TimeSpanThe default T:System.Timespan that specifies how long the close operation has to complete before timing out.
Gets the default service model close time-out if both the ServiceEndpoint and Binding are null. The default value for the service model close time-out is 1 minute. Otherwise, the value is set to the CloseTimeout value associated with the ServiceEndpoint.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: