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.48.0.0 (3.48.0.0)
Syntax public TimeSpan ClientReceiveTimeout { get; set; }
Public Property ClientReceiveTimeout As TimeSpan
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 Remarks
According to WCF documentation, ReceiveTimeout is not used by client.
See Also