C# Class Electro.Handlers.RegisterHandler

Inheritance: BaseHttpHandler
Afficher le fichier Open project: HackerDom/ructfe-2015 Class Usage Examples

Méthodes publiques

Méthode Description
RegisterHandler ( AuthController authController, string prefix ) : System

Méthodes protégées

Méthode Description
ProcessRequest ( HttpListenerContext context ) : void

Method Details

ProcessRequest() protected méthode

protected ProcessRequest ( HttpListenerContext context ) : void
context System.Net.HttpListenerContext
Résultat void

RegisterHandler() public méthode

public RegisterHandler ( AuthController authController, string prefix ) : System
authController AuthController
prefix string
Résultat System