Discuss this help topic in SecureBlackbox Forum

TElCookieManager.RemoveDomain

TElCookieManager     See also     


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


This method removes a domain from the cookie manager.

Declaration

[C#]
    void RemoveDomain(TElCookieDomain Domain);

[VB.NET]
    Sub RemoveDomain(ByVal Domain As TElCookieDomain)

[Pascal]
    procedure RemoveDomain(Domain : TElCookieDomain);

[C++]
    void RemoveDomain(TElCookieDomain &Domain);
    void RemoveDomain(TElCookieDomain *Domain);

[PHP]
    void RemoveDomain(TElCookieDomain $Domain)

[Java]
    void removeDomain(TElCookieDomain Domain);

Parameters

  • Domain - the domain to remove

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