C# 클래스 OpenRasta.Hosting.AspNet.AspNetLogSourceExtensions

파일 보기 프로젝트 열기: openrasta/openrasta-hosting-aspnet

공개 메소드들

메소드 설명
IgnoredRequest ( this log ) : void
IisDetected ( this log, OpenRasta.Hosting.AspNet.Iis iisVersion, string productHeader ) : void
PathRewrote ( this log ) : void
StartPreExecution ( this log ) : void

메소드 상세

IgnoredRequest() 공개 정적인 메소드

public static IgnoredRequest ( this log ) : void
log this
리턴 void

IisDetected() 공개 정적인 메소드

public static IisDetected ( this log, OpenRasta.Hosting.AspNet.Iis iisVersion, string productHeader ) : void
log this
iisVersion OpenRasta.Hosting.AspNet.Iis
productHeader string
리턴 void

PathRewrote() 공개 정적인 메소드

public static PathRewrote ( this log ) : void
log this
리턴 void

StartPreExecution() 공개 정적인 메소드

public static StartPreExecution ( this log ) : void
log this
리턴 void