C# 클래스 ServiceStack.RequestInfoFeature

상속: IPlugin
파일 보기 프로젝트 열기: nustack/ServiceStack

공개 메소드들

메소드 설명
ProcessRequest ( string httpMethod, string pathInfo, string filePath ) : IHttpHandler
Register ( IAppHost appHost ) : void

비공개 메소드들

메소드 설명
GetHandlerForPathParts ( string pathParts ) : IHttpHandler

메소드 상세

ProcessRequest() 공개 메소드

public ProcessRequest ( string httpMethod, string pathInfo, string filePath ) : IHttpHandler
httpMethod string
pathInfo string
filePath string
리턴 IHttpHandler

Register() 공개 메소드

public Register ( IAppHost appHost ) : void
appHost IAppHost
리턴 void