InternetHeaderType Members

Include Protected Members
Include Inherited Members

The InternetHeaderType class represents the Internet message header for a given header within the headers collection.

The InternetHeaderType type exposes the following members.

Constructors

  Name Description
Public method InternetHeaderType The InternetHeaderType constructor initializes a new instance of the InternetHeaderType class.

Top

Properties

  Name Description
Public property HeaderName The HeaderName property gets or sets a string value that contains the name of the header.
Public property Value The Value property gets or sets a string value that contains the value for the header.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top