SessionRequestBody Property |
Gets or Sets the HTTP Request 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 Request object does not exist for some reason.
Use utilSetRequestBody(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[] RequestBody { get; set; }
Public Property RequestBody As Byte()
Get
Set
public:
property array<unsigned char>^ RequestBody {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
Property Value
Type:
ByteSee Also