Click or drag to resize
HTTPHeaderItem Class
Represents a single HTTP header
Inheritance Hierarchy
SystemObject
  FiddlerHTTPHeaderItem

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public class HTTPHeaderItem : ICloneable

The HTTPHeaderItem type exposes the following members.

Constructors
  NameDescription
Public methodHTTPHeaderItem
Creates a new HTTP Header item. WARNING: Doesn't do any trimming or validation on the name.
Top
Methods
  NameDescription
Public methodClone
Clones a single HTTP header and returns the clone cast to an object
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Return a string of the form "NAME: VALUE"
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldName
The name of the HTTP header
Public fieldValue
The value of the HTTP header
Top
See Also