C# Class SPDYCheck.org.Check

Summary description for Check
Inheritance: IHttpHandler
Afficher le fichier Open project: zoompf/SPDYCheck

Méthodes publiques

Méthode Description
Normalize ( object o ) : String
ProcessRequest ( HttpContext context ) : void

Méthodes protégées

Méthode Description
clientHitMaxAttempts ( String clientIPAddress ) : bool

Has this client IP address hit us too many times? Returns true if they have.

getClientIP ( HttpContext context ) : String

Private Methods

Méthode Description
protoString ( SslProtocols protocols ) : String

Method Details

Normalize() public static méthode

public static Normalize ( object o ) : String
o object
Résultat String

ProcessRequest() public méthode

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void

clientHitMaxAttempts() protected méthode

Has this client IP address hit us too many times? Returns true if they have.
protected clientHitMaxAttempts ( String clientIPAddress ) : bool
clientIPAddress String
Résultat bool

getClientIP() protected méthode

protected getClientIP ( HttpContext context ) : String
context System.Web.HttpContext
Résultat String