C# Class JsonFx.Handlers.JsonServiceHandler

Inheritance: IHttpHandler
Afficher le fichier Open project: pocket-playlab/jsonfx-v1

Private Properties

Свойство Type Description
BuildRequestFromGet JsonFx.JsonRpc.JsonRequest
BuildRequestFromPost JsonFx.JsonRpc.JsonRequest
HandleRequest void

Méthodes publiques

Méthode Description
IHttpHandler ( HttpContext context ) : void
JsonServiceHandler ( IJsonServiceInfo serviceInfo, string serviceUrl ) : System

Ctor

Private Methods

Méthode Description
BuildRequestFromGet ( HttpContext context ) : JsonRequest
BuildRequestFromPost ( HttpContext context ) : JsonRequest
HandleRequest ( HttpContext context, JsonRequest request, JsonResponse &response ) : void

Method Details

IHttpHandler() public méthode

public IHttpHandler ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void

JsonServiceHandler() public méthode

Ctor
public JsonServiceHandler ( IJsonServiceInfo serviceInfo, string serviceUrl ) : System
serviceInfo IJsonServiceInfo
serviceUrl string
Résultat System