Utilities.HasMagicBytes Method (Byte[], Int32,Byte[]) |
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntaxpublic static bool HasMagicBytes(
byte[] arrData,
int iXOffset,
byte[] arrMagics
)
Public Shared Function HasMagicBytes (
arrData As Byte(),
iXOffset As Integer,
arrMagics As Byte()
) As Boolean
public:
static bool HasMagicBytes(
array<unsigned char>^ arrData,
int iXOffset,
array<unsigned char>^ arrMagics
)
Parameters
- arrData
- Type:System.Byte[]
- iXOffset
- Type: System.Int32
- arrMagics
- Type:System.Byte[]
Return Value
Type:
Boolean
See Also