Class CookieSnapshot
- Namespace
- Kuestenlogik.Bowire.Auth
- Assembly
- Kuestenlogik.Bowire.dll
Wire shape for the workbench's cookies-list endpoint.
public sealed record CookieSnapshot : IEquatable<CookieSnapshot>
- Inheritance
-
CookieSnapshot
- Implements
- Inherited Members
Constructors
CookieSnapshot(string, string, string, string, DateTime, bool, bool)
Wire shape for the workbench's cookies-list endpoint.
public CookieSnapshot(string Domain, string Path, string Name, string Value, DateTime Expires, bool Secure, bool HttpOnly)
Parameters
Properties
Domain
public string Domain { get; init; }
Property Value
Expires
public DateTime Expires { get; init; }
Property Value
HttpOnly
public bool HttpOnly { get; init; }
Property Value
Name
public string Name { get; init; }
Property Value
Path
public string Path { get; init; }
Property Value
Secure
public bool Secure { get; init; }
Property Value
Value
public string Value { get; init; }
Property Value
Methods
Deconstruct(out string, out string, out string, out string, out DateTime, out bool, out bool)
public void Deconstruct(out string Domain, out string Path, out string Name, out string Value, out DateTime Expires, out bool Secure, out bool HttpOnly)
Parameters
Equals(CookieSnapshot?)
public bool Equals(CookieSnapshot? other)
Parameters
otherCookieSnapshot
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(CookieSnapshot?, CookieSnapshot?)
public static bool operator ==(CookieSnapshot? left, CookieSnapshot? right)
Parameters
leftCookieSnapshotrightCookieSnapshot
Returns
operator !=(CookieSnapshot?, CookieSnapshot?)
public static bool operator !=(CookieSnapshot? left, CookieSnapshot? right)
Parameters
leftCookieSnapshotrightCookieSnapshot