Discuss this help topic in SecureBlackbox Forum

TElCookieManager.DeleteDomain

TElCookieManager     See also     


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


This method removes a domain from the cookie manager.

Declaration

[C#]
    void DeleteDomain(int Index);

[VB.NET]
    Sub DeleteDomain(ByVal Index As Integer)

[Pascal]
    procedure DeleteDomain(Index : integer);

[C++]
    void DeleteDomain(int32_t Index);

[PHP]
    void DeleteDomain(integer $Index)

[Java]
    void deleteDomain(int Index);

Parameters

  • Index - index of item in list

Description

    Call this method to remove the domain element from the domain list.

[Pascal]
    Note that the removed object is not disposed of automatically.

See also:     DomainCount     Domains     AddDomain    

Discuss this help topic in SecureBlackbox Forum