Метод | Описание | |
---|---|---|
ProcessRequest ( string httpMethod, string pathInfo, string filePath ) : IHttpHandler | ||
Register ( IAppHost appHost ) : void |
Метод | Описание | |
---|---|---|
GetHandlerForPathParts ( string pathParts ) : IHttpHandler |
public ProcessRequest ( string httpMethod, string pathInfo, string filePath ) : IHttpHandler | ||
httpMethod | string | |
pathInfo | string | |
filePath | string | |
Результат | IHttpHandler |
public Register ( IAppHost appHost ) : void | ||
appHost | IAppHost | |
Результат | void |