CacheManager.CacheResult.ContentLength Property

Definition

Gets the content length of this cache entry.

public virtual long ContentLength { [Android.Runtime.Register("getContentLength", "()J", "GetGetContentLengthHandler")] get; }
[<get: Android.Runtime.Register("getContentLength", "()J", "GetGetContentLengthHandler")>]
member this.ContentLength : int64

Property Value

the content length of this cache entry

Attributes

Remarks

Gets the content length of this cache entry.

Java documentation for android.webkit.CacheManager.CacheResult.getContentLength().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to