C# Класс Raven.Client.MvcIntegration.RavenProfilingHandler

Наследование: IRouteHandler, IHttpHandler
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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