IP*Works! SSL V9 - Online Help
IP*Works! SSL V9
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, RestsSSLStatusEventArgs e);

class RestsSSLStatusEventArgs : EventArgs {
  string Message {get;}
}

Remarks

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

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0