Discuss this help topic in SecureBlackbox Forum
Specifies waiting timeout (in milliseconds).
Declaration
[VB.NET]
Property Timeout As Integer
[Pascal]
property Timeout : Integer;
[C++]
int32_t get_Timeout();
void set_Timeout(int32_t Value);
[PHP]
integer get_Timeout()
void set_Timeout(integer $Value)
[Java]
int getTimeout();
void setTimeout(int Value);
Description
This property specifies the timeout (in milliseconds) to wait for server's response.
The default value is 120000.
Discuss this help topic in SecureBlackbox Forum