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


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

IAGSServerObject2.HttpTimeout Property

The maximum time in seconds to wait for a response from the server (Internet only).

[Visual Basic .NET]
Public Property HttpTimeout As Integer
[C#]
public int HttpTimeout {get; set;}
[C++]
HRESULT get_HttpTimeout(
  long secs
);
[C++]
HRESULT put_HttpTimeout(
  System.Int32* secs
);
[C++]
Parameters
secs [in]

secs is a parameter of type long secs [out, retval]
secs is a parameter of type long*

Product Availability

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

See Also

IAGSServerObject2 Interface