A container that holds a cookie and an uri that belongs to the cookie.

Hierarchy

  • CookieContainer

Constructors

Properties

Methods

Constructors

  • Default constructor for CookieContainer.

    Parameters

    • uri: string

      the string representation of the request URL.

    • properties: string

      the cookie for the URL.

    Returns CookieContainer

Properties

uri: string

The string representation of the request URL.

properties: string

The cookie for the URL in string format.

Methods

Generated using TypeDoc