Share via


JarURLConnection.EntryName Property

Definition

Return the entry name for this connection.

public virtual string? EntryName { [Android.Runtime.Register("getEntryName", "()Ljava/lang/String;", "GetGetEntryNameHandler")] get; }
[<get: Android.Runtime.Register("getEntryName", "()Ljava/lang/String;", "GetGetEntryNameHandler")>]
member this.EntryName : string

Property Value

the entry name for this connection, if any.

Attributes

Remarks

Return the entry name for this connection. This method returns null if the JAR file URL corresponding to this connection points to a JAR file and not a JAR file entry.

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

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