←Select platform

RequestTimeout Property

Summary

Gets or sets the time-out of the WCF service request.

Syntax

C#
VB
C++
public TimeSpan RequestTimeout { get; set; } 
  
Public Property RequestTimeout As TimeSpan 
public: 
property TimeSpan RequestTimeout { 
   TimeSpan get(); 
   void set (    TimeSpan ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly