public sealed class FirewallAction.Types.SetHeaderAction : IMessage<FirewallAction.Types.SetHeaderAction>, IEquatable<FirewallAction.Types.SetHeaderAction>, IDeepCloneable<FirewallAction.Types.SetHeaderAction>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class FirewallAction.Types.SetHeaderAction.
A set header action sets a header and forwards the request to the
backend. This can be used to trigger custom protection implemented on the
backend.
[[["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-03-25 UTC."],[[["This webpage provides documentation for the `FirewallAction.Types.SetHeaderAction` class within the Google Cloud reCAPTCHA Enterprise v1 API, specifically in the .NET environment."],["The `SetHeaderAction` class is designed to set a custom header in the request before forwarding it to the backend server, enabling backend protection implementations."],["The documentation covers various versions of the `SetHeaderAction` class, ranging from version 1.2.0 up to the latest version 2.17.0, and each version offers similar documentation for the same class."],["The `SetHeaderAction` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, object comparison, deep cloning, and buffer operations."],["The class includes two properties, `Key` and `Value`, which allow you to specify the header's key and value respectively, and both properties are strings."]]],[]]