JarURLConnection.Manifest Property

Definition

Returns the Manifest for this connection, or null if none.

public virtual Java.Util.Jar.Manifest? Manifest { [Android.Runtime.Register("getManifest", "()Ljava/util/jar/Manifest;", "GetGetManifestHandler")] get; }
[<get: Android.Runtime.Register("getManifest", "()Ljava/util/jar/Manifest;", "GetGetManifestHandler")>]
member this.Manifest : Java.Util.Jar.Manifest

Property Value

the manifest object corresponding to the JAR file object for this connection.

Attributes

Exceptions

if an error occurs while getting the manifest file.

Remarks

Returns the Manifest for this connection, or null if none.

Java documentation for java.net.JarURLConnection.getManifest().

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