Discuss this help topic in SecureBlackbox Forum

TElServerNameSSLExtension.Clear

TElServerNameSSLExtension     See also     


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


This method removes all server names from the list

Declaration

[C#]
    void Clear();

[VB.NET]
    Sub Clear()

[Pascal]
    procedure Clear; override;

[C++]
    void Clear();

[PHP]
    void Clear()

[Java]
    void clear();

Description

    Use this method to clear the extension and remove all names from the list.

See also:     Add     Remove    

Discuss this help topic in SecureBlackbox Forum