C# Class SongRequest.Handlers.DynamicHandler

Inheritance: SongRequest.Handlers.BaseHandler
Datei anzeigen Open project: Daspeed/SongRequest

Public Methods

Method Description
ClientAllowed ( string requesterName ) : bool
Process ( HttpListenerRequest request, HttpListenerResponse response ) : void

Private Methods

Method Description
GetRequester ( HttpListenerRequest request ) : string

Get requester

Method Details

ClientAllowed() public method

public ClientAllowed ( string requesterName ) : bool
requesterName string
return bool

Process() public method

public Process ( HttpListenerRequest request, HttpListenerResponse response ) : void
request System.Net.HttpListenerRequest
response System.Net.HttpListenerResponse
return void