C# Class Zoompf.SPDYAnalysis.SPDYResult

Show file 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 property

public List ALPNProtocols
return List

CertErrors public property

public List CertErrors
return List

ConnectivityHTTP public property

public bool ConnectivityHTTP
return bool

ConnectivitySSL public property

public bool ConnectivitySSL
return bool

HTTPServerHeader public property

public String HTTPServerHeader
return String

HasALPNExtension public property

public bool HasALPNExtension
return bool

HasNPNExtension public property

public bool HasNPNExtension
return bool

Hostname public property

public string Hostname
return string

HstsHeader public property

public String HstsHeader
return String

Port public property

public int Port
return int

Protocol public property

public SslProtocols Protocol
return SslProtocols

RedirectsToSSL public property

public bool RedirectsToSSL
return bool

SPDYProtocols public property

public List SPDYProtocols
return List

SSLServerHeader public property

public String SSLServerHeader
return String

SpeaksSSL public property

public bool SpeaksSSL
return bool