C# 클래스 OpenQA.Selenium.IE.InternetExplorerDriver.NullPathCookie

Provides a Null Path Cookie.
상속: Cookie
파일 보기 프로젝트 열기: epall/selenium

공개 메소드들

메소드 설명
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