ISAZReaderGetFileBytes Method |
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax byte[] GetFileBytes(
string sFilename
)
Function GetFileBytes (
sFilename As String
) As Byte()
array<unsigned char>^ GetFileBytes(
String^ sFilename
)
Parameters
- sFilename
- Type: SystemString
Return Value
Type:
ByteSee Also