Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.SSLActive

TElPOP3Client     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Indicates if connection is currently secured.

Declaration

[C#]
    bool SSLActive;

[VB.NET]
    Property SSLActive As Boolean

[Pascal]
    property SSLActive : boolean;

[C++]
    bool get_SSLActive();

[PHP]
    bool get_SSLActive()

[Java]
    boolean getSSLActive();

Description

    This read-only property indicates that connection is currently running over SSL/TLS.

See also:     SSLMode    

Discuss this help topic in SecureBlackbox Forum