Class HttpArchiveSavingSetting
public sealed class HttpArchiveSavingSetting
- Inheritance
-
HttpArchiveSavingSetting
- Inherited Members
Properties
Default
Default implementation
public static HttpArchiveSavingSetting Default { get; }
Property Value
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
Policy
Defines when the request/response body should be saved
public HttpArchiveSavingBodyPolicy Policy { get; set; }
Property Value
Methods
Comply(long)
public bool Comply(long length)
Parameters
length
long