Discuss this help topic in SecureBlackbox Forum

TElCookieDomain.CookieCount

TElCookieDomain     See also     


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


Contains the number of cookies stored in this domain object.

Declaration

[C#]
    int CookieCount;

[VB.NET]
    Property CookieCount As Integer

[Pascal]
    property CookieCount : integer;

[C++]
    int32_t get_CookieCount();

[PHP]
    integer get_CookieCount()

[Java]
    int getCookieCount();

Description

    This property contains the number of cookies (instances of TElCookie) accessible via Cookies property.

See also:     Cookies     AddCookie    

Discuss this help topic in SecureBlackbox Forum