SerializableCookie(String, String, String) 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 path
)
Public Sub New (
name As String,
value As String,
path As String
)
Dim name As String
Dim value As String
Dim path As String
Dim instance As New SerializableCookie(name, value,
path)
public:
SerializableCookie(
String^ name,
String^ value,
String^ path
)
new :
name : string *
value : string *
path : string -> 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.
- path String
-
The path of the cookie.