Discuss this help topic in SecureBlackbox Forum

TElCookie.Port

TElCookie     See also     


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


Contains the "port" attribute of the cookie.

Declaration

[C#]
    string Port;

[VB.NET]
    Property Port As String

[Pascal]
    property Port : string;

[C++]
    void get_Port(std::string &OutResult);
    void set_Port(const std::string &Value);

[PHP]
    string get_Port()
    void set_Port(string $Value)

[Java]
    String getPort();
    void setPort(String Value);

Description

    This property contains Port attribute of the cookie which is a coma-separated list of ports, for which the cookie is set. This attribute is defined in RFC 2965, but is omited in RFC 6265.

See also:     Domain     Included     Path    

Discuss this help topic in SecureBlackbox Forum