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


IAGSServerConnectionFactory2.DefaultHttpTimeout Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerConnectionFactory2 Interface > IAGSServerConnectionFactory2.DefaultHttpTimeout Property
ArcGIS Developer Help

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