ArcObjects Library Reference (GISClient)  

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(
  long seconds
);
[C++]

Parameters

seconds [out, retval]   seconds is a parameter of type long seconds [in]   seconds is a parameter of type long

Product Availability

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

See Also

IAGSServerConnectionFactory2 Interface