Interface ISAZProvider
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public interface ISAZProvider
Properties
BufferLocally
Declaration
bool BufferLocally { get; }
Property Value
System.Boolean
|
SupportsEncryption
Declaration
bool SupportsEncryption { get; }
Property Value
System.Boolean
|
Methods
CreateSAZ(String)
Declaration
ISAZWriter CreateSAZ(string sFilename)
Parameters
System.String
sFilename
|
Returns
ISAZWriter
|
LoadSAZ(String)
Declaration
ISAZReader LoadSAZ(string sFilename)
Parameters
System.String
sFilename
|
Returns
ISAZReader
|