Click or drag to resize
Session Constructor (Byte, Byte)
Create a Session object from two byte[] representing request and response.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public Session(
	byte[] arrRequest,
	byte[] arrResponse
)

Parameters

arrRequest
Type: SystemByte
The client data bytes
arrResponse
Type: SystemByte
The server data bytes
See Also