C# 클래스 Zoompf.SPDYAnalysis.SSLInspector

Determines if a server is reachable, if it speaks SSL, and if the X.509 cert is valid
파일 보기 프로젝트 열기: zoompf/SPDYCheck 1 사용 예제들

공개 메소드들

메소드 설명
Inspect ( int mSecTimout ) : void
SSLInspector ( string host, int port ) : System

비공개 메소드들

메소드 설명
OnCertificateValidation ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors errors ) : bool
getNormalizedCN ( string id ) : string

메소드 상세

Inspect() 공개 메소드

public Inspect ( int mSecTimout ) : void
mSecTimout int
리턴 void

SSLInspector() 공개 메소드

public SSLInspector ( string host, int port ) : System
host string
port int
리턴 System