Click or drag to resize

PdfWcfSettingsClientReceiveTimeout Property

Gets or sets the interval of time that a connection can remain inactive, during which no application messages are received, before it is dropped.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public TimeSpan ClientReceiveTimeout { get; set; }

Property Value

Type: TimeSpan
The Timespan that specifies how long the application has to receive a message before timing out. The default value is 10 minutes.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value is less than zero or too large.
Remarks
According to WCF documentation, ReceiveTimeout is not used by client.
See Also