HttpWorkerRequest::SendCalculatedContentLength Method
.NET Framework (current version)
Adds a Content-Length HTTP header to the response.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | SendCalculatedContentLength(Int32) | Adds a Content-Length HTTP header to the response for message bodies that are less than or equal to 2 GB. |
![]() | SendCalculatedContentLength(Int64) | Adds a Content-Length HTTP header to the response for message bodies that are greater than 2 GB. |
Show:
