IPWorks 2020 C++ Builder Edition

Questions / Feedback?

SSLStatus Event

Shows the progress of the secure connection.

Syntax

typedef struct {
  String RemoteAddress;
  int RemotePort;
  String Message;
} TipwSysLogSSLStatusEventParams;

typedef void __fastcall (__closure *TipwSysLogSSLStatusEvent)(System::TObject* Sender, TipwSysLogSSLStatusEventParams *e);

__property TipwSysLogSSLStatusEvent OnSSLStatus = { read=FOnSSLStatus, write=FOnSSLStatus };

Remarks

The event is fired for informational and logging purposes only. It is used to track the progress of the connection.

RemoteAddress is the IP address of the remote machine.

RemotePort is the port of the remote machine.

Message is the log message.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Builder Edition - Version 20.0 [Build 8307]