Discuss this help topic in SecureBlackbox Forum

TElCookieManager.DomainCount

TElCookieManager     See also     


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


Contains the number of domains in the manager

Declaration

[C#]
    int DomainCount;

[VB.NET]
    Property DomainCount As Integer

[Pascal]
    property DomainCount : integer;

[C++]
    int32_t get_DomainCount();

[PHP]
    integer get_DomainCount()

[Java]
    int getDomainCount();

Description

    This property contains the number of domains (instances of TElCookieDomain) accessible via Domains property.

    Note, that in multithreaded environment with active instances of TElHTTPSClient (which can add, update and delete cookies) it can happen that the number of domains when you read it will differ from the number of domains when you access Domain property.

See also:     Domains     AddDomain    

Discuss this help topic in SecureBlackbox Forum