C# 클래스 Raven.Client.MvcIntegration.RavenProfilingHandler

상속: IRouteHandler, IHttpHandler
파일 보기 프로젝트 열기: nhsevidence/ravendb 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SourcePath string

공개 메소드들

메소드 설명
AddStore ( IDocumentStore store ) : void
GetHttpHandler ( System.Web.Routing.RequestContext requestContext ) : IHttpHandler

Provides the object that processes the request.

ProcessRequest ( HttpContext context ) : void

Enables processing of HTTP Web requests by a custom HttpHandler that implements the T:System.Web.IHttpHandler interface.

RavenProfilingHandler ( HashSet fieldsToFilter ) : System

비공개 메소드들

메소드 설명
CreateJsonSerializer ( ) : JsonSerializer
HandleDataReuqest ( HttpContext context ) : void
HandlePathRequest ( HttpContext context, string path ) : void
OnSessionCreated ( InMemoryDocumentSessionOperations operations ) : void

메소드 상세

AddStore() 공개 메소드

public AddStore ( IDocumentStore store ) : void
store IDocumentStore
리턴 void

GetHttpHandler() 공개 메소드

Provides the object that processes the request.
public GetHttpHandler ( System.Web.Routing.RequestContext requestContext ) : IHttpHandler
requestContext System.Web.Routing.RequestContext An object that encapsulates information about the request.
리턴 IHttpHandler

ProcessRequest() 공개 메소드

Enables processing of HTTP Web requests by a custom HttpHandler that implements the T:System.Web.IHttpHandler interface.
public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext An object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.
리턴 void

RavenProfilingHandler() 공개 메소드

public RavenProfilingHandler ( HashSet fieldsToFilter ) : System
fieldsToFilter HashSet
리턴 System

프로퍼티 상세

SourcePath 공개적으로 정적으로 프로퍼티

public static string SourcePath
리턴 string