Show / Hide Table of Contents

Class HttpHeaderAction

The request and response header transformations that take effect before the request is passed along to the selected backendService.

Inheritance
object
HttpHeaderAction
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class HttpHeaderAction : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RequestHeadersToAdd

Headers to add to a matching request before forwarding the request to the backendService.

Declaration
[JsonProperty("requestHeadersToAdd")]
public virtual IList<HttpHeaderOption> RequestHeadersToAdd { get; set; }
Property Value
Type Description
IList<HttpHeaderOption>

RequestHeadersToRemove

A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.

Declaration
[JsonProperty("requestHeadersToRemove")]
public virtual IList<string> RequestHeadersToRemove { get; set; }
Property Value
Type Description
IList<string>

ResponseHeadersToAdd

Headers to add the response before sending the response back to the client.

Declaration
[JsonProperty("responseHeadersToAdd")]
public virtual IList<HttpHeaderOption> ResponseHeadersToAdd { get; set; }
Property Value
Type Description
IList<HttpHeaderOption>

ResponseHeadersToRemove

A list of header names for headers that need to be removed from the response before sending the response back to the client.

Declaration
[JsonProperty("responseHeadersToRemove")]
public virtual IList<string> ResponseHeadersToRemove { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX