C# Class Zoompf.SPDYAnalysis.SSLInspector

Determines if a server is reachable, if it speaks SSL, and if the X.509 cert is valid
显示文件 Open project: zoompf/SPDYCheck Class Usage Examples

Public Methods

Method Description
Inspect ( int mSecTimout ) : void
SSLInspector ( string host, int port ) : System

Private Methods

Method Description
OnCertificateValidation ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors errors ) : bool
getNormalizedCN ( string id ) : string

Method Details

Inspect() public method

public Inspect ( int mSecTimout ) : void
mSecTimout int
return void

SSLInspector() public method

public SSLInspector ( string host, int port ) : System
host string
port int
return System