C# Class SPDYCheck.org.Check

Summary description for Check
Inheritance: IHttpHandler
Mostra file Open project: zoompf/SPDYCheck

Public Methods

Method Description
Normalize ( object o ) : String
ProcessRequest ( HttpContext context ) : void

Protected Methods

Method 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

Method Description
protoString ( SslProtocols protocols ) : String

Method Details

Normalize() public static method

public static Normalize ( object o ) : String
o object
return String

ProcessRequest() public method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void

clientHitMaxAttempts() protected method

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

getClientIP() protected method

protected getClientIP ( HttpContext context ) : String
context System.Web.HttpContext
return String