C# 클래스 ServiceStack.WebHost.Endpoints.RestHandler

상속: ServiceStack.WebHost.Endpoints.Support.EndpointHandlerBase
파일 보기 프로젝트 열기: firstsee/ServiceStack 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetRequest object

공개 메소드들

메소드 설명
CreateRequest ( IHttpRequest httpReq, string operationName ) : object

Used in Unit tests

FindMatchingRestPath ( string httpMethod, string pathInfo ) : IRestPath
GetResponse ( IHttpRequest httpReq, object request ) : object
GetRestPath ( string httpMethod, string pathInfo ) : IRestPath
ProcessRequest ( IHttpRequest httpReq, IHttpResponse httpRes, string operationName ) : void
RestHandler ( ) : System

비공개 메소드들

메소드 설명
GetRequest ( IHttpRequest httpReq, IRestPath restPath ) : object

메소드 상세

CreateRequest() 공개 메소드

Used in Unit tests
public CreateRequest ( IHttpRequest httpReq, string operationName ) : object
httpReq IHttpRequest
operationName string
리턴 object

FindMatchingRestPath() 공개 정적인 메소드

public static FindMatchingRestPath ( string httpMethod, string pathInfo ) : IRestPath
httpMethod string
pathInfo string
리턴 IRestPath

GetResponse() 공개 메소드

public GetResponse ( IHttpRequest httpReq, object request ) : object
httpReq IHttpRequest
request object
리턴 object

GetRestPath() 공개 메소드

public GetRestPath ( string httpMethod, string pathInfo ) : IRestPath
httpMethod string
pathInfo string
리턴 IRestPath

ProcessRequest() 공개 메소드

public ProcessRequest ( IHttpRequest httpReq, IHttpResponse httpRes, string operationName ) : void
httpReq IHttpRequest
httpRes IHttpResponse
operationName string
리턴 void

RestHandler() 공개 메소드

public RestHandler ( ) : System
리턴 System