Binding.ReceiveTimeout 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 that a connection can remain inactive, during which no application messages are received, before it is dropped.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.TimeSpanThe TimeSpan that specifies how long the application has to receive a message before timing out. The default value is 10 minute.
Implements
IDefaultCommunicationTimeouts.ReceiveTimeout| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value is less than zero or too large. |
Show: