C# 클래스 Rests.RestCommand

파일 보기 프로젝트 열기: NyxStudios/TShock 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( RestVerbs verbs, IParameterCollection parameters, IRequest request, IHttpContext context ) : object
RestCommand ( string uritemplate, RestCommandD callback ) : System.Linq

RestCommand ( string name, string uritemplate, RestCommandD callback ) : System.Linq

메소드 상세

Execute() 공개 메소드

public Execute ( RestVerbs verbs, IParameterCollection parameters, IRequest request, IHttpContext context ) : object
verbs RestVerbs
parameters IParameterCollection
request IRequest
context IHttpContext
리턴 object

RestCommand() 공개 메소드

public RestCommand ( string uritemplate, RestCommandD callback ) : System.Linq
uritemplate string Url template
callback RestCommandD Rest Command callback
리턴 System.Linq

RestCommand() 공개 메소드

public RestCommand ( string name, string uritemplate, RestCommandD callback ) : System.Linq
name string Used for identification
uritemplate string Url template
callback RestCommandD Rest Command callback
리턴 System.Linq