ReturnedCookie ClassWebDriver
Represents a cookie returned to the driver by the browser.
Inheritance Hierarchy

SystemObject
  OpenQA.SeleniumCookie
    OpenQA.Selenium.InternalReturnedCookie

Namespace: OpenQA.Selenium.Internal
Assembly: WebDriver (in WebDriver.dll) Version: 3.1.0
Syntax

public class ReturnedCookie : Cookie

The ReturnedCookie type exposes the following members.

Constructors

  NameDescription
Public methodReturnedCookie
Initializes a new instance of the ReturnedCookie class with a specific name, value, domain, path and expiration date.
Top
Properties

  NameDescription
Public propertyDomain
Gets the domain of the cookie.
(Inherited from Cookie.)
Public propertyExpiry
Gets the expiration date of the cookie.
(Inherited from Cookie.)
Public propertyIsHttpOnly
Gets a value indicating whether the cookie is an HTTP-only cookie.
(Overrides CookieIsHttpOnly.)
Public propertyName
Gets the name of the cookie.
(Inherited from Cookie.)
Public propertyPath
Gets the path of the cookie.
(Inherited from Cookie.)
Public propertySecure
Gets a value indicating whether the cookie is secure.
(Overrides CookieSecure.)
Public propertyValue
Gets the value of the cookie.
(Inherited from Cookie.)
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Cookie.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Cookie.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Creates and returns a string representation of the current cookie.
(Overrides CookieToString.)
Top
See Also

Reference