Table of Contents

Property RawBody

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

RawBody

Gets the HTTP request body as a byte array.

public byte[] RawBody { get; }

Property Value

byte[]

Remarks

When calling this property, the entire content of the request is read into memory.