Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.SSLMode

TElHTTPSServer     See also     


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


Specifies whether secure session is established before sending the data.

Declaration

[C#]
    bool SSLMode;

[VB.NET]
    Property SSLMode As Boolean

[Pascal]
    property SSLMode : boolean;

[C++]
    bool get_SSLMode();
    void set_SSLMode(bool Value);

[PHP]
    bool get_SSLMode()
    void set_SSLMode(bool $Value)

[Java]
    boolean getSSLMode();
    void setSSLMode(boolean Value);

Description

    Use this property to enable or disable secure session. When SSLMode is True, TElHTTPSServer establishes SSL/TLS session and encrypts the data.

See also:     SSLVersions    

Discuss this help topic in SecureBlackbox Forum