ReturnedCookie MembersWebDriver

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.
Back to Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from Cookie.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Cookie.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodToString
Creates and returns a string representation of the current cookie.
(Overrides Cookie ToString .)
Back to Top
Properties

  NameDescription
Public propertyCurrentHost
Gets the current URL the browser is viewing.
Public propertyDomain
Gets the domain of the cookie.
(Inherited from Cookie.)
Public propertyExpiry
Gets the expiration date of the cookie.
(Inherited from Cookie.)
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 determining if the cookie is secure.
(Overrides Cookie Secure.)
Public propertyValue
Gets the value of the cookie.
(Inherited from Cookie.)
Back to Top
See Also