IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

SSLStatus Event

Shows the progress of the secure connection.

Syntax

[VB.NET]
Public Event OnSSLStatus As OnSSLStatusHandler
[C#]
public event OnSSLStatusHandler OnSSLStatus;

public delegate void OnSSLStatusHandler(object sender, IpdaemonSSLStatusEventArgs e);

class IpdaemonSSLStatusEventArgs : EventArgs {
  string ConnectionId {get;}
  string Message {get;}
}

Remarks

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

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]