Click or drag to resize
Parser Class
The Parser class exposes static methods used to parse strings or byte arrays into HTTP messages.
Inheritance Hierarchy
SystemObject
  FiddlerParser

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

The Parser type exposes the following members.

Constructors
  NameDescription
Public methodParser
Initializes a new instance of the Parser class
Top
Methods
  NameDescription
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 methodStatic memberFindEntityBodyOffsetFromArray
Given a byte array, determines the Headers length
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 methodStatic memberParseRequest
Parse the HTTP Request into a headers object.
Public methodStatic memberParseResponse
Parse the HTTP Response into a headers object.
Public methodStatic memberTakeRequest
Given a MemoryStream, attempts to parse a HTTP Request starting at the current position.
Public methodStatic memberTakeResponse
Given a MemoryStream, attempts to parse a HTTP Response starting at the current position
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also