Click or drag to resize
UtilitiesGzipCompress Method
GZIPs a byte-array

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static byte[] GzipCompress(
	byte[] writeData
)

Parameters

writeData
Type: SystemByte
Input byte array

Return Value

Type: Byte
byte[] containing a gzip-compressed copy of writeData[]
See Also