C# Class SenseNet.Benchmarking.Benchmark

Inheritance: IHttpHandler
显示文件 Open project: maxpavlov/FlexNet

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void

Private Methods

Method Description
CreateContent ( HttpContext context ) : void
Delete ( HttpContext context ) : void
FeatureTest ( HttpContext context ) : void
GetCounterHeader ( HttpContext context ) : void
GetRequestParameter ( string paramName ) : string
WriteCounters ( HttpContext context ) : void
WriteError ( Exception e, HttpContext context ) : void
WriteError ( string msg, HttpContext context ) : void

Method Details

ProcessRequest() public method

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