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