This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Http.
Summary
Gets or Sets the Body of the Request
- Assembly
- Cake
.Http .dll - Namespace
- Cake
.Http - Containing Type
- HttpSettings
Syntax
public byte[] RequestBody { get; set; }
Remarks
This is only valid for http operations such as POST or PUT.
Other Operations such as GET will ignore this setting.
Value
Type | Description |
---|---|
byte[] |