C# Класс OpenQA.Selenium.IE.InternetExplorerDriver.NullPathCookie

Provides a Null Path Cookie.
Наследование: Cookie
Показать файл Открыть проект

Открытые методы

Метод Описание
NullPathCookie ( string name, string value, string domain, string path, System.DateTime expiry ) : System

Initializes a new instance of the NullPathCookie class.

Описание методов

NullPathCookie() публичный Метод

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.
Результат System