This document is archived and information here might be outdated.  Recommended version.


IAGSServerConnectionFactory2.DefaultHttpTimeout Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GISClient)  

IAGSServerConnectionFactory2.DefaultHttpTimeout Property

The default timeout for http requests to the server (in seconds).

[Visual Basic .NET]
Public Property DefaultHttpTimeout As Integer
[C#]
public int DefaultHttpTimeout {get; set;}
[C++]
HRESULT get_DefaultHttpTimeout(
  long seconds
);
[C++]
HRESULT put_DefaultHttpTimeout(
  System.Int32* seconds
);
[C++]

Parameters seconds [in]
seconds is a parameter of type long seconds [out, retval]
seconds is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGSServerConnectionFactory2 Interface