| Visual Basic (Declaration) | |
|---|---|
Public Property RequestTimeout As TimeSpan | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public TimeSpan RequestTimeout {get; set;} | |
Return Value
A TimeSpan value representing the time-out before a request to a JPIP server is canceled if no response recieved.This example sets the request timeout value to 1 minute.
For an example, refer to JpipRasterImageViewer.
Specifies the amount of time in seconds for the client to wait for server response before throwing an exception.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code