Table of Contents

Class HttpArchiveSavingSetting

Namespace
Fluxzy.Archiving.Har
Assembly
Fluxzy.Core.dll
public sealed class HttpArchiveSavingSetting
Inheritance
HttpArchiveSavingSetting
Inherited Members

Properties

Default

Default implementation

public static HttpArchiveSavingSetting Default { get; }

Property Value

HttpArchiveSavingSetting

HarLimitMaxBodyLength

When HttpArchiveSavingBodyPolicy.MaxLengthSave is set, this value defines the maximum length of the body to be saved

public int HarLimitMaxBodyLength { get; set; }

Property Value

int

Policy

Defines when the request/response body should be saved

public HttpArchiveSavingBodyPolicy Policy { get; set; }

Property Value

HttpArchiveSavingBodyPolicy

Methods

Comply(long)

public bool Comply(long length)

Parameters

length long

Returns

bool