C# Class Zoompf.SPDYAnalysis.SPDYResult

显示文件 Open project: zoompf/SPDYCheck Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
SPDYResult ( string hostname, int port ) : System

Method Details

SPDYResult() public method

public SPDYResult ( string hostname, int port ) : System
hostname string
port int
return System

Property Details

ALPNProtocols public_oe property

public List ALPNProtocols
return List

CertErrors public_oe property

public List CertErrors
return List

ConnectivityHTTP public_oe property

public bool ConnectivityHTTP
return bool

ConnectivitySSL public_oe property

public bool ConnectivitySSL
return bool

HTTPServerHeader public_oe property

public String HTTPServerHeader
return String

HasALPNExtension public_oe property

public bool HasALPNExtension
return bool

HasNPNExtension public_oe property

public bool HasNPNExtension
return bool

Hostname public_oe property

public string Hostname
return string

HstsHeader public_oe property

public String HstsHeader
return String

Port public_oe property

public int Port
return int

Protocol public_oe property

public SslProtocols Protocol
return SslProtocols

RedirectsToSSL public_oe property

public bool RedirectsToSSL
return bool

SPDYProtocols public_oe property

public List SPDYProtocols
return List

SSLServerHeader public_oe property

public String SSLServerHeader
return String

SpeaksSSL public_oe property

public bool SpeaksSSL
return bool