InternetHeaderType 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.
The InternetHeaderType class represents the Internet message header for a given header within the headers collection.
public ref class InternetHeaderType
public class InternetHeaderType
Public Class InternetHeaderType
- Inheritance
-
InternetHeaderType
Constructors
InternetHeaderType() |
The InternetHeaderType() constructor initializes a new instance of the InternetHeaderType class. |
Properties
HeaderName |
The HeaderName property gets or sets a string value that contains the name of the header. |
Value |
The Value property gets or sets a string value that contains the value for the header. |