Interface IHostnameVerifier
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/HostnameVerifier.html
public interface IHostnameVerifier
Methods
Verify(String, SSLSession)
bool Verify(String arg0, SSLSession arg1)
Parameters
arg0Stringarg1SSLSession