C# Class ModernHttpClient.HostnameVerifier

Inheritance: Java.Lang.Object, IHostnameVerifier
Afficher le fichier Open project: fpt-software/Wordpress-Client Class Usage Examples

Méthodes publiques

Méthode Description
Verify ( string hostname, ISSLSession session ) : bool

Private Methods

Méthode Description
verifyClientCiphers ( string hostname, ISSLSession session ) : bool

Verifies client ciphers and is only available in Mono and Xamarin products.

verifyServerCertificate ( string hostname, ISSLSession session ) : bool

Verifies the server certificate by calling into ServicePointManager.ServerCertificateValidationCallback or, if the is no delegate attached to it by using the default hostname verifier.

Method Details

Verify() public méthode

public Verify ( string hostname, ISSLSession session ) : bool
hostname string
session ISSLSession
Résultat bool