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

Provides a Null Path Cookie.
Inheritance: Cookie
Exibir arquivo Open project: epall/selenium

Public Methods

Method 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 method

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.
return System