EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSLClient.StartTLS

TElSimpleSSLClient     See also    


 

Initiates TLS session.

 
 

Declaration

[C#]
    void StartTLS();

[VB.NET]
    Sub StartTLS()

[Pascal]
    procedure StartTLS;

[VB6]
    Sub IElSimpleSSLClientX.StartTLS()

[ActiveX]
    HRESULT _stdcall IElSimpleSSLClientX.StartTLS( void );

[DLL]
    not implemented;
 
 

Description

    This method causes TElSimpleSSLClient to initiate SSL handshake. Call this method after the component has established connection. The method can be called in different Explicit TLS scenarios, where the connection is first established in plain mode, then the command to switch to TLS is sent and TLS handshake is initiated.

 
 

See also:     Enabled     Close     StopTLS

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation