SessionResponseBody Property |
Gets or Sets the HTTP Response body bytes.
Setter adjusts Content-Length header, and removes Transfer-Encoding and Content-Encoding headers.
Setter DOES NOT CLONE the passed array.
Setter will throw if the Response object has not yet been created. (See utilCreateResponseAndBypassServer)
Use utilSetResponseBody(sStr) to ensure proper character encoding if you need to use a string.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public byte[] ResponseBody { get; set; }
Public Property ResponseBody As Byte()
Get
Set
public:
property array<unsigned char>^ ResponseBody {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
Property Value
Type:
ByteSee Also