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-01 UTC."],[[["The webpage provides documentation for the `BackendServiceHttpCookie` class within the Google.Cloud.Compute.V1 namespace, specifically for the .NET environment, with version 3.4.0 highlighted."],["It lists various versions of the `BackendServiceHttpCookie` class, ranging from version 1.0.0 up to the latest version 3.6.0, with links to the documentation for each version."],["The `BackendServiceHttpCookie` class is used for stateful session affinity via HTTP cookies, and implements interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class has properties like `Name`, `Path`, and `Ttl` which allow configuration of the cookie's name, path, and lifetime respectively."],["The page details the constructors, inherited members and namespace related to the class."]]],[]]