Internet Direct (Indy)
Home
PreviousUpNext
TIdNNTP.OnTLSNotAvailable Event

Event handler triggered when using TLS (Transport Layer Security) and TLS support is not available.

Pascal
property OnTLSNotAvailable: TIdOnTLSNegotiationFailure;

OnTLSNotAvailable is a published TIdOnTLSNegotiationFailure property in TIdNNTP that represents the event handler triggered when using TLS (Transport Layer Security) and TLS support is not available. 

OnTLSNotAvailable is triggered after the connection is established in Connect, and when UseTLS indicates optional TLS suppport is implied. 

The event handler accepts a Boolean argument that indicates if the client connection can continue after execution of the event handler.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.