HttpRequest.ContentLength Property
.NET Framework 3.0
Specifies the length, in bytes, of content sent by the client.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public ReadOnly Property ContentLength As Integer 'Usage Dim instance As HttpRequest Dim value As Integer value = instance.ContentLength
/** @property */ public int get_ContentLength ()
public function get ContentLength () : int
Not applicable.
Property Value
The length, in bytes, of content sent by the client.Community Additions
ADD
Show: