HttpSettings.

RequestBody Property

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[]