Discuss this help topic in SecureBlackbox Forum

TElHTTPCustomSessionManager.Clear

TElHTTPCustomSessionManager     See also     


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


Clears the storage.

Declaration

[C#]
    void Clear();

[VB.NET]
    Sub Clear()

[Pascal]
    procedure Clear; virtual;

[C++]
    void Clear();

[PHP]
    void Clear()

[Java]
    void clear();

Description

Call this method to remove all items from the storage.

See also:     Sessions     Remove    

Discuss this help topic in SecureBlackbox Forum