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:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic 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