LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

RequestTimeout Property (DicomWCFStreamer)

Show in webframe



Gets or sets the time-out of the WCF service request.
Syntax
'Declaration
 
Public Property RequestTimeout As TimeSpan
'Usage
 
Dim instance As DicomWCFStreamer
Dim value As TimeSpan
 
instance.RequestTimeout = value
 
value = instance.RequestTimeout
public TimeSpan RequestTimeout {get; set;}
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.