HttpWorkerRequest.SendCalculatedContentLength Method (Int64)

Adds a Content-Length HTTP header to the response for message bodies that are greater than 2 GB.

Namespace: System.Web
Assembly: System.Web (in system.web.dll)

public:
virtual void SendCalculatedContentLength (
	long long contentLength
)
public void SendCalculatedContentLength (
	long contentLength
)
public function SendCalculatedContentLength (
	contentLength : long
)
Not applicable.

Parameters

contentLength

The length of the response, in bytes.

When the content length is not explicitly set, this method enables the HttpWorkerRequest instance to add a Content-Length HTTP header to the response. The default implementation calls the overload that takes a contentLength parameter of type Int32.

Use this overload to specify the response for message bodies greater than 2 GB.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0

Community Additions

ADD
Show: