Java.Net.URLConnection.FileNameMap Property
Returns the table which is used by all URLConnection instances to determine the MIME-type according to a file extension.

Syntax

[get: Android.Runtime.Register("getFileNameMap", "()Ljava/net/FileNameMap;", "GetGetFileNameMapHandler")]
[set: Android.Runtime.Register("setFileNameMap", "(Ljava/net/FileNameMap;)V", "GetSetFileNameMap_Ljava_net_FileNameMap_Handler")]
public static IFileNameMap FileNameMap { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the table which is used by all URLConnection instances to determine the MIME-type according to a file extension.

Set method documentation [Android Documentation]

Sets the internal map which is used by all URLConnection instances to determine the MIME-type according to a filename extension.

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1