C# 클래스 AutoCapture, FiddlerAutoCapture

상속: IAutoTamper
파일 보기 프로젝트 열기: CyberShadow/FiddlerAutoCapture 1 사용 예제들

공개 메소드들

메소드 설명
AutoTamperRequestAfter ( Session oSession ) : void
AutoTamperRequestBefore ( Session oSession ) : void
AutoTamperResponseAfter ( Session oSession ) : void
AutoTamperResponseBefore ( Session oSession ) : void
OnBeforeReturningError ( Session oSession ) : void
OnBeforeUnload ( ) : void
OnLoad ( ) : void

메소드 상세

AutoTamperRequestAfter() 공개 메소드

public AutoTamperRequestAfter ( Session oSession ) : void
oSession Session
리턴 void

AutoTamperRequestBefore() 공개 메소드

public AutoTamperRequestBefore ( Session oSession ) : void
oSession Session
리턴 void

AutoTamperResponseAfter() 공개 메소드

public AutoTamperResponseAfter ( Session oSession ) : void
oSession Session
리턴 void

AutoTamperResponseBefore() 공개 메소드

public AutoTamperResponseBefore ( Session oSession ) : void
oSession Session
리턴 void

OnBeforeReturningError() 공개 메소드

public OnBeforeReturningError ( Session oSession ) : void
oSession Session
리턴 void

OnBeforeUnload() 공개 메소드

public OnBeforeUnload ( ) : void
리턴 void

OnLoad() 공개 메소드

public OnLoad ( ) : void
리턴 void