C# Class Zoompf.SPDYAnalysis.SPDYResult

Afficher le fichier Open project: zoompf/SPDYCheck Class Usage Examples

Méthodes publiques

Свойство Type Description
ALPNProtocols List
CertErrors List
ConnectivityHTTP bool
ConnectivitySSL bool
HTTPServerHeader String
HasALPNExtension bool
HasNPNExtension bool
Hostname string
HstsHeader String
Port int
Protocol SslProtocols
RedirectsToSSL bool
SPDYProtocols List
SSLServerHeader String
SpeaksSSL bool

Méthodes publiques

Méthode Description
SPDYResult ( string hostname, int port ) : System

Method Details

SPDYResult() public méthode

public SPDYResult ( string hostname, int port ) : System
hostname string
port int
Résultat System

Property Details

ALPNProtocols public_oe property

public List ALPNProtocols
Résultat List

CertErrors public_oe property

public List CertErrors
Résultat List

ConnectivityHTTP public_oe property

public bool ConnectivityHTTP
Résultat bool

ConnectivitySSL public_oe property

public bool ConnectivitySSL
Résultat bool

HTTPServerHeader public_oe property

public String HTTPServerHeader
Résultat String

HasALPNExtension public_oe property

public bool HasALPNExtension
Résultat bool

HasNPNExtension public_oe property

public bool HasNPNExtension
Résultat bool

Hostname public_oe property

public string Hostname
Résultat string

HstsHeader public_oe property

public String HstsHeader
Résultat String

Port public_oe property

public int Port
Résultat int

Protocol public_oe property

public SslProtocols Protocol
Résultat SslProtocols

RedirectsToSSL public_oe property

public bool RedirectsToSSL
Résultat bool

SPDYProtocols public_oe property

public List SPDYProtocols
Résultat List

SSLServerHeader public_oe property

public String SSLServerHeader
Résultat String

SpeaksSSL public_oe property

public bool SpeaksSSL
Résultat bool