Field ContentLength
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.