C# 클래스 ElmahFiddler.SAZ

파일 보기 프로젝트 열기: mausch/ElmahFiddler

공개 메소드들

메소드 설명
ReadSessionArchive ( string sazFile, string password ) : IEnumerable
WriteSessionArchive ( string sFilename, Fiddler.Session arrSessions, string sPassword ) : bool

Writes a Fiddler session to SAZ. Written by Eric Lawrence (http://www.ericlawrence.com) THIS CODE SAMPLE & SOFTWARE IS LICENSED "AS-IS." YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.

메소드 상세

ReadSessionArchive() 공개 정적인 메소드

public static ReadSessionArchive ( string sazFile, string password ) : IEnumerable
sazFile string
password string
리턴 IEnumerable

WriteSessionArchive() 공개 정적인 메소드

Writes a Fiddler session to SAZ. Written by Eric Lawrence (http://www.ericlawrence.com) THIS CODE SAMPLE & SOFTWARE IS LICENSED "AS-IS." YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
public static WriteSessionArchive ( string sFilename, Fiddler.Session arrSessions, string sPassword ) : bool
sFilename string
arrSessions Fiddler.Session
sPassword string
리턴 bool