This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerConnectionFactory2 Interface > IAGSServerConnectionFactory2.DefaultHttpTimeout Property (ArcObjects .NET 10.5 SDK) |
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(
long seconds
);
[C++]
Parameters seconds [out, retval] seconds is a parameter of type long seconds [in] seconds is a parameter of type long