Binding.CloseTimeout Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the interval of time provided for a connection to close before the transport raises an exception.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.TimeSpanThe TimeSpan that specifies how long the close operation has to complete before timing out. The default value is 1 minute.
Implements
IDefaultCommunicationTimeouts.CloseTimeout| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value is less than zero or too large. |
Show: