Java.Net.ProxySelector.Default Property
Returns the default proxy selector, or null if none exists.

Syntax

[get: Android.Runtime.Register("getDefault", "()Ljava/net/ProxySelector;", "GetGetDefaultHandler")]
[set: Android.Runtime.Register("setDefault", "(Ljava/net/ProxySelector;)V", "GetSetDefault_Ljava_net_ProxySelector_Handler")]
public static ProxySelector Default { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the default proxy selector, or null if none exists.

Set method documentation [Android Documentation]

Sets the default proxy selector. If selector is null, the current proxy selector will be removed.

Requirements

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