Discuss this help topic in SecureBlackbox Forum

TElCookie.Comment

TElCookie     See also     


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


Optional comment of the cookie.

Declaration

[C#]
    string Comment;

[VB.NET]
    Property Comment As String

[Pascal]
    property Comment : string;

[C++]
    void get_Comment(std::string &OutResult);
    void set_Comment(const std::string &Value);

[PHP]
    string get_Comment()
    void set_Comment(string $Value)

[Java]
    String getComment();
    void setComment(String Value);

Description

    This property contains optional comment about the cookie sent by the server. This attribute is defined in RFC 2109 and RFC 2965, but is omited in RFC 6265.

See also:     Format     Included     Version    

Discuss this help topic in SecureBlackbox Forum