Click or drag to resize

PdfWcfSettingsClientSendTimeout Property

Gets or sets the interval of time provided for a write operation to complete before the transport used by RAD PDF raises an exception.

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

Property Value

Type: TimeSpan
The Timespan that specifies how long the write operation has to complete before timing out. The default value is 1 minute.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value is less than zero or too large.
See Also