C# Class OpenQA.Selenium.IE.InternetExplorerDriver.NullPathCookie

Provides a Null Path Cookie.
Inheritance: Cookie
Afficher le fichier Open project: epall/selenium

Méthodes publiques

Méthode Description
NullPathCookie ( string name, string value, string domain, string path, System.DateTime expiry ) : System

Initializes a new instance of the NullPathCookie class.

Method Details

NullPathCookie() public méthode

Initializes a new instance of the NullPathCookie class.
public NullPathCookie ( string name, string value, string domain, string path, System.DateTime expiry ) : System
name string name of the cookie.
value string value of the cookie.
domain string domain of the cookie.
path string path of the cookie.
expiry System.DateTime date when the cookie expires, can be null.
Résultat System