The length of time, in milliseconds, until the request times out
Declaration Syntax
C# | Visual Basic | Visual C++ |
public int RequestTimeout { get; set; }
Public Property RequestTimeout As Integer
public: property int RequestTimeout { int get (); void set (int value); }
Remarks
The number of milliseconds to wait for a response from the web-server being crawled/indexed. Typically this is best around 30000 milliseconds.