HttpWorkerRequest.SendCalculatedContentLength Method
.NET Framework 3.5
Adds a Content-Length HTTP header to the response.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |