C# 클래스 Telemachus.IOPageResponsibility

상속: IHTTPRequestResponsibility
파일 보기 프로젝트 열기: KSP-Telemachus/Telemachus 1 사용 예제들

공개 메소드들

메소드 설명
process ( HttpListenerRequest request, HttpListenerResponse response ) : bool

보호된 메소드들

메소드 설명
buildPath ( string fileName ) : string
escapeFileName ( string fileName ) : string

비공개 메소드들

메소드 설명
GetContentType ( string extension ) : HTMLResponseContentType

메소드 상세

buildPath() 보호된 정적인 메소드

protected static buildPath ( string fileName ) : string
fileName string
리턴 string

escapeFileName() 보호된 정적인 메소드

protected static escapeFileName ( string fileName ) : string
fileName string
리턴 string

process() 공개 메소드

public process ( HttpListenerRequest request, HttpListenerResponse response ) : bool
request HttpListenerRequest
response HttpListenerResponse
리턴 bool