Table of Contents

Field ContentLength

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

The HTTP Content-Length header.

Indicates the size of the response body in bytes, allowing the client to know how much data to expect.

public const string ContentLength = "Content-Length"

Returns

string
The HTTP Content-Length header. Indicates the size of the response body in bytes, allowing the client to know how much data to expect.