RequestTimeout Property

Summary
Gets or sets the delay in seconds for client requests.
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 value representing the time-out before a request to a JPIP server is canceled if no response received.

Remarks

Specifies the amount of time in seconds for the client to wait for server response before throwing an exception.

Example

For an example that sets the request timeout value to 1 minute, refer to JpipRasterImageViewer.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Client.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.