C# Class afung.MangaWeb3.Server.Handler.HandlerBase

显示文件 Open project: a-fung/MangaWeb3 Class Usage Examples

Public Methods

Method Description
CanHandle ( JsonRequest jsonRequest ) : bool
HandleRequest ( string jsonString, AjaxBase ajax ) : void
HandlerBase ( ) : System

Protected Methods

Method Description
GetHandleRequestType ( ) : Type

Method Details

CanHandle() public method

public CanHandle ( JsonRequest jsonRequest ) : bool
jsonRequest afung.MangaWeb3.Common.JsonRequest
return bool

GetHandleRequestType() protected abstract method

protected abstract GetHandleRequestType ( ) : Type
return System.Type

HandleRequest() public abstract method

public abstract HandleRequest ( string jsonString, AjaxBase ajax ) : void
jsonString string
ajax AjaxBase
return void

HandlerBase() public method

public HandlerBase ( ) : System
return System