Gets and sets the blocking state of the class.
A boolean value which specifies the blocking state of the class.
The Blocking property determines how the class establishes a dial-up connection. If set to true, the class will wait until a connection has been established or the connection attempt fails before returning control to the application. If set to false, the class will begin the connection process and return control immediately to the application. For a non-blocking connection, the application should monitor the OnStatus event to determine the progress of the connection attempt. The default value for this property is false.
InternetDialer Class | SocketTools Namespace