SerializableCookie(String, String, String, String, NullableDateTime) Constructor
Namespace: DevCase.ThirdParty.SeleniumAssembly: DevCase.net48.ThirdParty.Selenium (in DevCase.net48.ThirdParty.Selenium.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public SerializableCookie(
string name,
string value,
string domain,
string path,
DateTime? expiry
)
Public Sub New (
name As String,
value As String,
domain As String,
path As String,
expiry As DateTime?
)
Dim name As String
Dim value As String
Dim domain As String
Dim path As String
Dim expiry As DateTime?
Dim instance As New SerializableCookie(name, value,
domain, path, expiry)
public:
SerializableCookie(
String^ name,
String^ value,
String^ domain,
String^ path,
Nullable<DateTime> expiry
)
new :
name : string *
value : string *
domain : string *
path : string *
expiry : Nullable<DateTime> -> SerializableCookie
No code example is currently available or this language may not be supported.
Parameters
- name String
-
The name of the cookie.
- value String
-
The value of the cookie.
- domain String
-
The domain of the cookie.
- path String
-
The path of the cookie.
- expiry NullableDateTime
-
The expiration date of the cookie.