This document is archived and information here might be outdated. Recommended version. |
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*