Method | Description | |
---|---|---|
GetResponsesFiles ( string archivePath, string destinationPath, string requestedURL ) : List |
Method | Description | |
---|---|---|
ExtractFilesFromZip ( string zipFilename, string destFolder, string password, bool overwrite ) : void |
Extract files from a zip file, preserving the structure
|
|
SaveFile ( Stream stream, string fullName, long uncompressedSize ) : void |
Saves file from stream to disk.
|
public static GetResponsesFiles ( string archivePath, string destinationPath, string requestedURL ) : List |
||
archivePath | string | |
destinationPath | string | |
requestedURL | string | |
return | List |