Discuss this help topic in SecureBlackbox Forum

TElCustomSSLExtension.Server

TElCustomSSLExtension     


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


This property specifies whether the extension is a server extension.

Declaration

[C#]
    bool Server;

[VB.NET]
    Property Server As Boolean

[Pascal]
    property Server : boolean;

[C++]
    bool get_Server();
    void set_Server(bool Value);

[PHP]
    bool get_Server()
    void set_Server(bool $Value)

[Java]
    boolean getServer();
    void setServer(boolean Value);

Description

    If this property value is True, the extension is a server extension. Otherwise, it is a client extension.

Discuss this help topic in SecureBlackbox Forum