PdfWcfSettingsClientOpenTimeout Property |
Gets or sets the interval of time provided for a connection to the service to open before the transport used by RAD PDF raises an exception.
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public TimeSpan ClientOpenTimeout { get; set; }
Public Property ClientOpenTimeout As TimeSpan
Get
Set
Property Value
Type:
TimeSpan
The Timespan that specifies how long the open operation has to complete before timing out. The default value is 1 minute.
Exceptions See Also