RequestTimeout Property

Summary

Gets the receiving timeout for a client request.

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

Property Value

A System.TimeSpan value to wait between receiving client request data.

Example

For an example, refer to JpipServer.

Requirements

Target Platforms

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

Leadtools.Jpip.Server Assembly