Proxy.Type.Values Method

Definition

Returns an array containing the constants of this enum class, in the order they are declared.

[Android.Runtime.Register("values", "()[Ljava/net/Proxy$Type;", "")]
public static Java.Net.Proxy.Type[]? Values();
[<Android.Runtime.Register("values", "()[Ljava/net/Proxy$Type;", "")>]
static member Values : unit -> Java.Net.Proxy.Type[]

Returns

Type[]

An array containing the constants of this enum class, in the order they are declared.

Attributes

Remarks

Java documentation for java.net.Proxy.Type.values().

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