C# 클래스 SessionViewer.SessionParsers.HttpParser

상속: InterfaceSessionParser
파일 보기 프로젝트 열기: woanware/SessionViewer 1 사용 예제들

공개 메소드들

메소드 설명
HttpParser ( ) : System

Process ( string outputPath, Session session ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

HttpParser() 공개 메소드

public HttpParser ( ) : System
리턴 System

Process() 공개 메소드

public Process ( string outputPath, Session session ) : void
outputPath string
session Session
리턴 void