SerializableCookie Class
Represents a cookie in the browser that can be serialized and deserialized.
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.
[SerializableAttribute]
[XmlRootAttribute("Cookie")]
public sealed class SerializableCookie : Cookie
<SerializableAttribute>
<XmlRootAttribute("Cookie")>
Public NotInheritable Class SerializableCookie
Inherits Cookie
Dim instance As SerializableCookie
[SerializableAttribute]
[XmlRootAttribute(L"Cookie")]
public ref class SerializableCookie sealed : public Cookie
[<SealedAttribute>]
[<SerializableAttribute>]
[<XmlRootAttribute("Cookie")>]
type SerializableCookie =
class
inherit Cookie
end
No code example is currently available or this language may not be supported.
- Inheritance
- Cookie SerializableCookie
SerializableCookie(String, String)
|
Initializes a new instance of the SerializableCookie class.
|
SerializableCookie(String, String, String)
|
Initializes a new instance of the SerializableCookie class.
|
SerializableCookie(String, String, String, NullableDateTime)
|
Initializes a new instance of the SerializableCookie class.
|
SerializableCookie(String, String, String, String, NullableDateTime)
|
Initializes a new instance of the SerializableCookie class.
|