Discuss this help topic in SecureBlackbox Forum
Specifies timeout for socket connections.
Declaration
[VB.NET]
Property SocketTimeout As UInt32
[Pascal]
property SocketTimeout : cardinal;
[C++]
uint32_t get_SocketTimeout();
void set_SocketTimeout(uint32_t Value);
[PHP]
integer get_SocketTimeout()
void set_SocketTimeout(integer $Value)
[Java]
int getSocketTimeout();
void setSocketTimeout(int Value);
Description
Use this property to set a time period in milliseconds during which the socket connection should be established.
The default value is 100.
Discuss this help topic in SecureBlackbox Forum