C# 클래스 Liara.MessageHandlers.TraceHandler

상속: LiaraMessageHandler
파일 보기 프로젝트 열기: prasannavl/Liara

공개 메소드들

메소드 설명
ProcessAsync ( ILiaraContext context ) : System.Threading.Tasks.Task
WriteEnvironment ( ILiaraContext context, bool responseOutStage, System.TimeSpan timeTaken = null ) : void

메소드 상세

ProcessAsync() 공개 메소드

public ProcessAsync ( ILiaraContext context ) : System.Threading.Tasks.Task
context ILiaraContext
리턴 System.Threading.Tasks.Task

WriteEnvironment() 공개 메소드

public WriteEnvironment ( ILiaraContext context, bool responseOutStage, System.TimeSpan timeTaken = null ) : void
context ILiaraContext
responseOutStage bool
timeTaken System.TimeSpan
리턴 void