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-03-21 UTC."],[[["This webpage provides documentation for the `TargetSslProxiesSetProxyHeaderRequest` class within the Google Cloud Compute V1 library for .NET, with the latest version being 3.6.0."],["The `TargetSslProxiesSetProxyHeaderRequest` class is part of the `Google.Cloud.Compute.V1` namespace and is implemented across numerous versions from 1.0.0 to 3.6.0, available through links to each one."],["The class inherits from `object` and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TargetSslProxiesSetProxyHeaderRequest` class offers two constructors and the properties `HasProxyHeader` (bool) and `ProxyHeader` (string), which allows setting a value for the type of header to append."],["The page provides the versions, class inheritance, interfaces, constructors and properties in the context of `TargetSslProxiesSetProxyHeaderRequest`."]]],[]]