C# 클래스 Extractors.DownloadDetails

Allows us to save/load the HTTP download details to/from XML
파일 보기 프로젝트 열기: woanware/SessionViewer 1 사용 예제들

공개 메소드들

메소드 설명
DownloadDetails ( ) : System

Load ( string path ) : string

Save ( string path ) : string

메소드 상세

DownloadDetails() 공개 메소드

public DownloadDetails ( ) : System
리턴 System

Load() 공개 메소드

public Load ( string path ) : string
path string
리턴 string

Save() 공개 메소드

public Save ( string path ) : string
path string
리턴 string