C# 클래스 JsonFx.Handlers.JsonServiceHandler

상속: IHttpHandler
파일 보기 프로젝트 열기: pocket-playlab/jsonfx-v1

Private Properties

프로퍼티 타입 설명
BuildRequestFromGet JsonFx.JsonRpc.JsonRequest
BuildRequestFromPost JsonFx.JsonRpc.JsonRequest
HandleRequest void

공개 메소드들

메소드 설명
IHttpHandler ( HttpContext context ) : void
JsonServiceHandler ( IJsonServiceInfo serviceInfo, string serviceUrl ) : System

Ctor

비공개 메소드들

메소드 설명
BuildRequestFromGet ( HttpContext context ) : JsonRequest
BuildRequestFromPost ( HttpContext context ) : JsonRequest
HandleRequest ( HttpContext context, JsonRequest request, JsonResponse &response ) : void

메소드 상세

IHttpHandler() 공개 메소드

public IHttpHandler ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void

JsonServiceHandler() 공개 메소드

Ctor
public JsonServiceHandler ( IJsonServiceInfo serviceInfo, string serviceUrl ) : System
serviceInfo IJsonServiceInfo
serviceUrl string
리턴 System