←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Client.WinForms Assembly