Click or drag to resize
UtilitiesJoinByteArrays Method
Create a new byte[] containing the contents of two other byte arrays.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static byte[] JoinByteArrays(
	byte[] arr1,
	byte[] arr2
)

Parameters

arr1
Type: SystemByte
arr2
Type: SystemByte

Return Value

Type: Byte
See Also