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

Show in webframe

RequestTimeout Property (DicomWCFStreamer)






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 DicomWCFStreamer
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.
Requirements

Target Platforms

See Also

Reference

DicomWCFStreamer Class
DicomWCFStreamer Members

Error processing SSI file