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


IAGSServerObject2.HttpTimeout Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GISClient)  

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