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 Google Cloud Compute Engine v1 API, specifically for .NET developers."],["The latest version of the API documented is 3.6.0, while this page focuses on version 3.5.0, and offers links to previous version documentations of the API, down to version 1.0.0."],["The `BackendServiceHttpCookie` class is used to manage HTTP cookies for stateful session affinity and is part of the `Google.Cloud.Compute.V1` namespace."],["Key properties of `BackendServiceHttpCookie` include `Name`, `Path`, and `Ttl`, allowing configuration of the cookie's name, path, and lifetime."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message manipulation, equality checks, deep cloning, and buffered message handling."]]],[]]