SessionutilAssignResponse Method (HTTPResponseHeaders, Byte) |
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public void utilAssignResponse(
HTTPResponseHeaders oRH,
byte[] arrBody
)
Public Sub utilAssignResponse (
oRH As HTTPResponseHeaders,
arrBody As Byte()
)
public:
void utilAssignResponse(
HTTPResponseHeaders^ oRH,
array<unsigned char>^ arrBody
)
Parameters
- oRH
- Type: FiddlerHTTPResponseHeaders
- arrBody
- Type: SystemByte
See Also