Method | Description | |
---|---|---|
NullPathCookie ( string name, string value, string domain, string path, System.DateTime expiry ) : System |
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 |