C# Class SessionViewer.SessionParsers.HttpParser

Inheritance: InterfaceSessionParser
Afficher le fichier Open project: woanware/SessionViewer Class Usage Examples

Méthodes publiques

Méthode Description
HttpParser ( ) : System

Process ( string outputPath, Session session ) : void

Private Methods

Méthode Description
ParseHttpData ( string outputPath, Session session ) : void

ParseLinks ( FileStream fs, Response response ) : void

SaveToHtml ( ) : void

Output the parsed HTTP data to a HTML file

UpdateDatabaseSession ( ) : void

Method Details

HttpParser() public méthode

public HttpParser ( ) : System
Résultat System

Process() public méthode

public Process ( string outputPath, Session session ) : void
outputPath string
session Session
Résultat void