Discuss this help topic in SecureBlackbox Forum
Declaration
[VB.NET]
Property SocketTimeout As Integer
[Pascal]
property SocketTimeout : Integer;
[C++]
int32_t get_SocketTimeout();
void set_SocketTimeout(int32_t Value);
[PHP]
integer get_SocketTimeout()
void set_SocketTimeout(integer $Value)
[Java]
int getSocketTimeout();
void setSocketTimeout(int Value);
Description
This topic is under development.
The default value is 60000.
Discuss this help topic in SecureBlackbox Forum