Java.Net.ProxySelector.ConnectFailed Method
Notifies this ProxySelector that a connection to the proxy server could not be established.

Syntax

[Android.Runtime.Register("connectFailed", "(Ljava/net/URI;Ljava/net/SocketAddress;Ljava/io/IOException;)V", "GetConnectFailed_Ljava_net_URI_Ljava_net_SocketAddress_Ljava_io_IOException_Handler")]
public abstract void ConnectFailed (URI uri, SocketAddress sa, Java.IO.IOException ioe)

Parameters

uri
the URI to which the connection could not be established.
address
the address of the proxy.
failure
the exception which was thrown during connection establishment.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif any argument is null.

Remarks

Notifies this ProxySelector that a connection to the proxy server could not be established.

[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