Interface ISAZReader
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public interface ISAZReader
Properties
Comment
Declaration
string Comment { get; }
Property Value
System.String
|
EncryptionMethod
Declaration
string EncryptionMethod { get; }
Property Value
System.String
|
EncryptionStrength
Declaration
string EncryptionStrength { get; }
Property Value
System.String
|
Filename
Declaration
string Filename { get; }
Property Value
System.String
|
Methods
Close()
Declaration
void Close()
GetFileBytes(String)
Declaration
byte[] GetFileBytes(string sFilename)
Parameters
System.String
sFilename
|
Returns
System.Byte[]
|
GetFileStream(String)
Declaration
Stream GetFileStream(string sFilename)
Parameters
System.String
sFilename
|
Returns
System.IO.Stream
|
GetRequestFileList()
Declaration
string[] GetRequestFileList()
Returns
System.String[]
|