Amazon Integrator V6 - Online Help
Amazon Integrator V6
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, AmazonrequestSSLStatusEventArgs e);

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

Remarks

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

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

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0