HeaderAction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |