C# 클래스 logv.host.Program

상속: IApplication
파일 보기 프로젝트 열기: coolya/logv.http

공개 메소드들

메소드 설명
Delete ( string uri, IServerResponse>.Action deleteAction ) : void
Get ( string uri, IServerResponse>.Action getAction ) : void
LoadPlugin ( string name ) : void
Post ( string uri, IServerResponse>.Action postAction ) : void
Put ( string uri, IServerResponse>.Action putAction ) : void

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

Delete() 공개 메소드

public Delete ( string uri, IServerResponse>.Action deleteAction ) : void
uri string
deleteAction IServerResponse>.Action
리턴 void

Get() 공개 메소드

public Get ( string uri, IServerResponse>.Action getAction ) : void
uri string
getAction IServerResponse>.Action
리턴 void

LoadPlugin() 공개 메소드

public LoadPlugin ( string name ) : void
name string
리턴 void

Post() 공개 메소드

public Post ( string uri, IServerResponse>.Action postAction ) : void
uri string
postAction IServerResponse>.Action
리턴 void

Put() 공개 메소드

public Put ( string uri, IServerResponse>.Action putAction ) : void
uri string
putAction IServerResponse>.Action
리턴 void