C# Class Electro.Handlers.RegisterHandler

Inheritance: BaseHttpHandler
Exibir arquivo Open project: HackerDom/ructfe-2015 Class Usage Examples

Public Methods

Method Description
RegisterHandler ( AuthController authController, string prefix ) : System

Protected Methods

Method Description
ProcessRequest ( HttpListenerContext context ) : void

Method Details

ProcessRequest() protected method

protected ProcessRequest ( HttpListenerContext context ) : void
context System.Net.HttpListenerContext
return void

RegisterHandler() public method

public RegisterHandler ( AuthController authController, string prefix ) : System
authController AuthController
prefix string
return System