Property RawBody
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.
Gets the HTTP request body as a byte array.
public byte[] RawBody { get; }
When calling this property, the entire content of the request is read into memory.