Discuss this help topic in SecureBlackbox Forum

TElCookieDomain.Cookies

TElCookieDomain     See also     


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


Provides access to cookies in the domain

Declaration

[C#]
    TElCookie Cookies[int Index];

[VB.NET]
    Property Cookies(ByVal Index As Integer) As TElCookie

[Pascal]
    property Cookies[Index : integer] : TElCookie;

[C++]
    TElCookie* get_Cookies(int32_t Index);

[PHP]
    TElCookie get_Cookies(integer $Index)

[Java]
    TElCookie getCookies(int Index);

Parameters

  • Index - index of the item in the list

Description

    Use this property to access particular cookie in the domain.

See also:     CookieCount     AddCookie    

Discuss this help topic in SecureBlackbox Forum