C# 클래스 StackExchange.Profiling.Wcf.WcfRequestProfilerProvider

wCF implementation of a profile provider. This provider uses StackExchange.Profiling.Wcf.Helpers.WcfInstanceContext to keep one MiniProfiler for each request
상속: BaseProfilerProvider
파일 보기 프로젝트 열기: appacitive/Profiling

공개 메소드들

메소드 설명
GetCurrentProfiler ( ) : MiniProfiler
Start ( ProfileLevel level ) : MiniProfiler
Stop ( bool discardResults ) : void
WcfRequestProfilerProvider ( ) : System

비공개 메소드들

메소드 설명
EnsureServiceName ( MiniProfiler profiler ) : void

Makes sure 'profiler' has a Name, pulling it from route data or url.

GetProfilerName ( System.ServiceModel.OperationContext operationContext, System.ServiceModel.InstanceContext instanceContext ) : string
SetCurrentProfiler ( MiniProfiler profiler ) : void

메소드 상세

GetCurrentProfiler() 공개 메소드

public GetCurrentProfiler ( ) : MiniProfiler
리턴 MiniProfiler

Start() 공개 메소드

public Start ( ProfileLevel level ) : MiniProfiler
level ProfileLevel
리턴 MiniProfiler

Stop() 공개 메소드

public Stop ( bool discardResults ) : void
discardResults bool
리턴 void

WcfRequestProfilerProvider() 공개 메소드

public WcfRequestProfilerProvider ( ) : System
리턴 System