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(
long secs
);
[C++]Parameters
secs [out, retval] secs is a parameter of type long secs [in] secs is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.