Binding.OpenTimeout 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 open before the transport raises an exception.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.TimeSpanThe TimeSpan that specifies how long the open operation has to complete before timing out. The default value is 1 minute.
Implements
IDefaultCommunicationTimeouts.OpenTimeout| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value is less than zero or too large. |
Show: