public sealed class BackendServiceHttpCookie : IMessage<BackendServiceHttpCookie>, IEquatable<BackendServiceHttpCookie>, IDeepCloneable<BackendServiceHttpCookie>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class BackendServiceHttpCookie.
The HTTP cookie used for stateful session affinity.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides reference documentation for the `BackendServiceHttpCookie` class within the Compute Engine v1 API for .NET, specifically version 3.3.0."],["`BackendServiceHttpCookie` is used for managing HTTP cookies in stateful session affinity, inheriting from the base object class and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists the available versions of `BackendServiceHttpCookie`, ranging from the latest version 3.6.0 down to 1.0.0, with corresponding links to each version's documentation."],["The class includes properties like `Name`, `Path`, and `Ttl` which represent the cookie's name, path, and lifetime respectively, along with constructors to instantiate the class."],["The `BackendServiceHttpCookie` is in the `Google.Cloud.Compute.V1` namespace and found within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]