C# 클래스 Tavisca.Services.Profiling.RestRequestProfilerProvider

상속: StackExchange.Profiling.BaseProfilerProvider
파일 보기 프로젝트 열기: appacitive/Profiling

공개 메소드들

메소드 설명
GetCurrentProfiler ( ) : StackExchange.Profiling.MiniProfiler
RestRequestProfilerProvider ( ) : System
Start ( ProfileLevel level ) : StackExchange.Profiling.MiniProfiler
Stop ( bool discardResults ) : void

비공개 메소드들

메소드 설명
EnsureServiceName ( StackExchange.Profiling.MiniProfiler profiler ) : void
GetProfilerName ( System.ServiceModel.OperationContext operationContext, System.ServiceModel.InstanceContext instanceContext ) : string
SetCurrentProfiler ( StackExchange.Profiling.MiniProfiler profiler ) : void

메소드 상세

GetCurrentProfiler() 공개 메소드

public GetCurrentProfiler ( ) : StackExchange.Profiling.MiniProfiler
리턴 StackExchange.Profiling.MiniProfiler

RestRequestProfilerProvider() 공개 메소드

public RestRequestProfilerProvider ( ) : System
리턴 System

Start() 공개 메소드

public Start ( ProfileLevel level ) : StackExchange.Profiling.MiniProfiler
level ProfileLevel
리턴 StackExchange.Profiling.MiniProfiler

Stop() 공개 메소드

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