C# Class OpenRasta.Hosting.AspNet.AspNetLogSourceExtensions

Exibir arquivo Open project: openrasta/openrasta-hosting-aspnet

Public Methods

Method Description
IgnoredRequest ( this log ) : void
IisDetected ( this log, OpenRasta.Hosting.AspNet.Iis iisVersion, string productHeader ) : void
PathRewrote ( this log ) : void
StartPreExecution ( this log ) : void

Method Details

IgnoredRequest() public static method

public static IgnoredRequest ( this log ) : void
log this
return void

IisDetected() public static method

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

PathRewrote() public static method

public static PathRewrote ( this log ) : void
log this
return void

StartPreExecution() public static method

public static StartPreExecution ( this log ) : void
log this
return void