Internet Direct (Indy) Version 9.0.1 Beta
Content
|
Index
|
Reference
OnStatusInfo
Provides status information for an SSL connection.
Description
OnStatusInfo is an event that can be used for debugging the connection establishment. It sends a message (Msg) with current status.
procedure TForm1.IdConnectionInterceptOpenSSL1StatusInfo(Msg: String); begin ShowMessage(Msg); end;