This documentation is archived and is not being maintained.
HttpRequest::ContentLength Property
.NET Framework (current version)
Specifies the length, in bytes, of content sent by the client.
Namespace:
System.WebAssembly:
System.Web (in System.Web.dll)
public:
property int ContentLength {
int get();
}
Property Value
Type:
System::Int32The length, in bytes, of content sent by the client.
The following code example assigns the value representing the content length of the incoming request to an integer variable.
No code example is currently available or this language may not be supported.
.NET Framework
Available since 1.1
Return to top