C# Класс OpenRasta.Hosting.AspNet.AspNetLogSourceExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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