Discuss this help topic in SecureBlackbox Forum
TElSimpleSSLClient.UseInternalSocket
This property specifies if internal socket and Address/Port properties must be used instead of firing OnSend/OnReceive events.
Declaration
Description
Set this property value to True if you want to use internal socket and Address/Port properties instead of firing the OnSend/OnReceive events.
Internal socket is synchronous and blocking.
The default value is True.
Note, when UseInternalSocket is false, the Close method does nothing.