C# 클래스 ModernHttpClient.HostnameVerifier

상속: Java.Lang.Object, IHostnameVerifier
파일 보기 프로젝트 열기: fpt-software/Wordpress-Client 1 사용 예제들

공개 메소드들

메소드 설명
Verify ( string hostname, ISSLSession session ) : bool

비공개 메소드들

메소드 설명
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.

메소드 상세

Verify() 공개 메소드

public Verify ( string hostname, ISSLSession session ) : bool
hostname string
session ISSLSession
리턴 bool