Javax.Net.Ssl.IHostnameVerifier
The interface to be used to provide hostname verification functionality.

See Also: IHostnameVerifier Members

Syntax

[Android.Runtime.Register("javax/net/ssl/HostnameVerifier", "", "Javax.Net.Ssl.IHostnameVerifierInvoker")]
public interface IHostnameVerifier : Android.Runtime.IJavaObject, IDisposable

Remarks

The interface to be used to provide hostname verification functionality.

This is an extended verification option that implementers can provide. It is to be used during a handshake if the URL's hostname does not match the peer's identification hostname.

[Android Documentation]

Requirements

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