Discuss this help topic in SecureBlackbox Forum

TElCookieManager.AddDomain

TElCookieManager     See also     


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


This method adds a domain to the cookie manager.

Declaration

[C#]
    void AddDomain(TElCookieDomain Domain);

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

[Pascal]
    procedure AddDomain(Domain : TElCookieDomain);

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

[PHP]
    void AddDomain(TElCookieDomain $Domain)

[Java]
    void addDomain(TElCookieDomain Domain);

Parameters

  • Domain - the domain to add

Description

    Call this method to add the domain element to the domain list. Note, that cookie manager doesn't check whether the domain's host name overlaps or is equal to one of domains already in the list.

See also:     DomainCount     Domains     RemoveDomain    

Discuss this help topic in SecureBlackbox Forum