C# 클래스 SPDYCheck.org.Check

Summary description for Check
상속: IHttpHandler
파일 보기 프로젝트 열기: zoompf/SPDYCheck

공개 메소드들

메소드 설명
Normalize ( object o ) : String
ProcessRequest ( HttpContext context ) : void

보호된 메소드들

메소드 설명
clientHitMaxAttempts ( String clientIPAddress ) : bool

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

getClientIP ( HttpContext context ) : String

비공개 메소드들

메소드 설명
protoString ( SslProtocols protocols ) : String

메소드 상세

Normalize() 공개 정적인 메소드

public static Normalize ( object o ) : String
o object
리턴 String

ProcessRequest() 공개 메소드

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void

clientHitMaxAttempts() 보호된 메소드

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

getClientIP() 보호된 메소드

protected getClientIP ( HttpContext context ) : String
context System.Web.HttpContext
리턴 String