HttpWebResponse.ContentLength Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the length of the content returned by the request.
Assembly: System.Net (in System.Net.dll)
Property Value
Type: System.Int64The number of bytes returned by the request. Content length does not include header information.
For more information, see the base class, ContentLength.
Show: