Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

RequestTimeout Property (MedicalWebViewerLoader)






Gets or sets the time-out of the WCF service request.
Syntax
public TimeSpan RequestTimeout {get; set;}
'Declaration
 
Public Property RequestTimeout As TimeSpan
'Usage
 
Dim instance As MedicalWebViewerLoader
Dim value As TimeSpan
 
instance.RequestTimeout = value
 
value = instance.RequestTimeout

            

            
public:
property TimeSpan RequestTimeout {
   TimeSpan get();
   void set (    TimeSpan value);
}

Property Value

A System.TimeSpan duration which specify how long to wait for the service response before aborting the request.
Example
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
Requirements

Target Platforms

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

Error processing SSI file