FileResponseElement::Length Property
.NET Framework (current version)
Gets the size of the data, starting at the offset that contains the data for a FileResponseElement instance.
Assembly: System.Web (in System.Web.dll)
If the complete output-cache response is contained in a single file, an output cache provider initializes the FileResponseElement class by using a length equal to the size of the whole file. If the complete output cache response is contained in only part of a file, a provider initializes the FileResponseElement class by using a length equal to the size of the output-cache response that is stored in that file.
.NET Framework
Available since 4.0
Available since 4.0
Show: