Java.Net.ProxySelector.Select Method
Returns the proxy servers to use on connections to uri.

Syntax

[Android.Runtime.Register("select", "(Ljava/net/URI;)Ljava/util/List;", "GetSelect_Ljava_net_URI_Handler")]
public abstract IList<Proxy> Select (URI uri)

Parameters

uri
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif uri is null.

Remarks

Returns the proxy servers to use on connections to uri. This list will contain Proxy.NoProxy if no proxy server should be used.

[Android Documentation]

Requirements

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