你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HeaderAction Class

Definition

An action that can manipulate an http header.

public class HeaderAction
type HeaderAction = class
Public Class HeaderAction
Inheritance
HeaderAction

Constructors

HeaderAction()

Initializes a new instance of the HeaderAction class.

HeaderAction(String, String, String)

Initializes a new instance of the HeaderAction class.

Properties

HeaderActionType

Gets or sets which type of manipulation to apply to the header. Possible values include: 'Append', 'Delete', 'Overwrite'

HeaderName

Gets or sets the name of the header this action will apply to.

Value

Gets or sets the value to update the given header name with. This value is not used if the actionType is Delete.

Methods

Validate()

Validate the object.

Applies to