C# Class SessionViewer.SessionParsers.HttpParser

Inheritance: InterfaceSessionParser
Mostrar archivo Open project: woanware/SessionViewer Class Usage Examples

Public Methods

Method Description
HttpParser ( ) : System

Process ( string outputPath, Session session ) : void

Private Methods

Method 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 method

public HttpParser ( ) : System
return System

Process() public method

public Process ( string outputPath, Session session ) : void
outputPath string
session Session
return void