SessionAffinityCookieConfig Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Config for session affinity cookies.
public sealed class SessionAffinityCookieConfig : IEquatable<Yarp.ReverseProxy.Configuration.SessionAffinityCookieConfig>
type SessionAffinityCookieConfig = class
interface IEquatable<SessionAffinityCookieConfig>
Public NotInheritable Class SessionAffinityCookieConfig
Implements IEquatable(Of SessionAffinityCookieConfig)
- Inheritance
-
SessionAffinityCookieConfig
- Implements
Constructors
SessionAffinityCookieConfig() |
Properties
Domain |
The domain to associate the cookie with. |
Expiration |
Gets or sets the lifespan of a cookie. |
HttpOnly |
Indicates whether a cookie is accessible by client-side script. |
IsEssential |
Indicates if this cookie is essential for the application to function correctly. If true then consent policy checks may be bypassed. |
MaxAge |
Gets or sets the max-age for the cookie. |
Path |
The cookie path. |
SameSite |
The SameSite attribute of the cookie. |
SecurePolicy |
The policy that will be used to determine Secure. |
Methods
<Clone>$() | |
Equals(Object) | |
Equals(SessionAffinityCookieConfig) | |
GetHashCode() | |
ToString() |
Operators
Equality(SessionAffinityCookieConfig, SessionAffinityCookieConfig) | |
Inequality(SessionAffinityCookieConfig, SessionAffinityCookieConfig) |