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
Remarks
Requirements
Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1