public sealed class TargetSslProxiesSetProxyHeaderRequest : IMessage<TargetSslProxiesSetProxyHeaderRequest>, IEquatable<TargetSslProxiesSetProxyHeaderRequest>, IDeepCloneable<TargetSslProxiesSetProxyHeaderRequest>, IBufferMessage, IMessage
The new type of proxy header to append before sending data to the backend. NONE or PROXY_V1 are allowed.
Check the ProxyHeader enum for the list of possible values.
[[["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 details the `TargetSslProxiesSetProxyHeaderRequest` class, part of the `Google.Cloud.Compute.V1` namespace within the Google Cloud .NET library."],["The class has a documented history with multiple versions, ranging from version 1.0.0 up to the latest version of 3.6.0, with links for each."],["`TargetSslProxiesSetProxyHeaderRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default one and one that takes another `TargetSslProxiesSetProxyHeaderRequest` object as an argument, and also exposes two properties which are `HasProxyHeader` and `ProxyHeader` for setting proxy header information."],["The class provides the functionality to define the type of proxy header in a request to append before sending data to the backend, with the allowed values of NONE or PROXY_V1."]]],[]]