C# Class MiniMVC.HttpAsyncHandlerWithSession

Inheritance: HttpAsyncHandler, IRequiresSessionState
ファイルを表示 Open project: mausch/MiniMVC

Public Methods

Method Description
HttpAsyncHandlerWithSession ( Func begin, Action end ) : System

Method Details

HttpAsyncHandlerWithSession() public method

public HttpAsyncHandlerWithSession ( Func begin, Action end ) : System
begin Func
end Action
return System