Proxy.InvokeType Method

Definition

Returns the proxy type.

[Android.Runtime.Register("type", "()Ljava/net/Proxy$Type;", "GetInvokeTypeHandler")]
public virtual Java.Net.Proxy.Type? InvokeType ();
[<Android.Runtime.Register("type", "()Ljava/net/Proxy$Type;", "GetInvokeTypeHandler")>]
abstract member InvokeType : unit -> Java.Net.Proxy.Type
override this.InvokeType : unit -> Java.Net.Proxy.Type

Returns

a Type representing the proxy type

Attributes

Remarks

Java documentation for java.net.Proxy.type().

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