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

상속: ServiceStack.WebHost.Endpoints.Support.EndpointHandlerBase
파일 보기 프로젝트 열기: firstsee/ServiceStack

공개 메소드들

메소드 설명
CreateRequest ( IHttpRequest request, string operationName ) : object
GetRequest ( IHttpRequest httpReq, string operationName ) : object
GetResponse ( IHttpRequest httpReq, object request ) : object
GetStreamSerializer ( string contentType ) : StreamSerializerDelegate
ProcessRequest ( IHttpRequest httpReq, IHttpResponse httpRes, string operationName ) : void

보호된 메소드들

메소드 설명
GenericHandler ( string contentType, EndpointAttributes handlerAttributes ) : System

메소드 상세

CreateRequest() 공개 메소드

public CreateRequest ( IHttpRequest request, string operationName ) : object
request IHttpRequest
operationName string
리턴 object

GenericHandler() 보호된 메소드

protected GenericHandler ( string contentType, EndpointAttributes handlerAttributes ) : System
contentType string
handlerAttributes EndpointAttributes
리턴 System

GetRequest() 공개 메소드

public GetRequest ( IHttpRequest httpReq, string operationName ) : object
httpReq IHttpRequest
operationName string
리턴 object

GetResponse() 공개 메소드

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

GetStreamSerializer() 공개 메소드

public GetStreamSerializer ( string contentType ) : StreamSerializerDelegate
contentType string
리턴 StreamSerializerDelegate

ProcessRequest() 공개 메소드

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