Click or drag to resize
UtilitiesHasMagicBytes Method (Byte, Int32, Byte)

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static bool HasMagicBytes(
	byte[] arrData,
	int iXOffset,
	byte[] arrMagics
)

Parameters

arrData
Type: SystemByte
iXOffset
Type: SystemInt32
arrMagics
Type: SystemByte

Return Value

Type: Boolean
See Also