Table of Contents

Class HttpArchivePackager

Namespace
Fluxzy.Archiving.Har
Assembly
Fluxzy.Core.dll
public class HttpArchivePackager : DirectoryPackager
Inheritance
HttpArchivePackager
Inherited Members

Constructors

HttpArchivePackager(HttpArchiveSavingSetting?)

public HttpArchivePackager(HttpArchiveSavingSetting? savingSetting = null)

Parameters

savingSetting HttpArchiveSavingSetting

Methods

Pack(string, Stream, HashSet<int>?)

Pack a directory into a stream

public override Task Pack(string directory, Stream outputStream, HashSet<int>? exchangeIds)

Parameters

directory string
outputStream Stream
exchangeIds HashSet<int>

When not null pack only provided exchanged ids, if not pack all found exchanges

Returns

Task

ShouldApplyTo(string)

Check if the provided file name applies to this packager

public override bool ShouldApplyTo(string fileName)

Parameters

fileName string

Returns

bool