StandardBindingElement::ReceiveTimeout Property

 

Gets or sets the interval of time provided for a receive operation to complete.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("receiveTimeout", DefaultValue = "00:10:00")]
property TimeSpan ReceiveTimeout {
	virtual TimeSpan get() sealed;
	virtual void set(TimeSpan value) sealed;
}

Property Value

Type: System::TimeSpan

The TimeSpan that specifies how long the receive operation has to complete before timing out.

.NET Framework
Available since 3.0
Return to top
Show: