C# Class org.GraphDefined.Vanaheimr.Hermod.HTTP.HTTPMethodNode

A URL node which stores some childnodes and a callback
Show file Open project: Vanaheimr/Hermod Class Usage Examples

Public Methods

Method Description
AddHandler ( HTTPDelegate HTTPDelegate, HTTPContentType HTTPContentType = null, HTTPAuthentication ContentTypeAuthentication = null, HTTPDelegate DefaultErrorHandler = null, URIReplacement AllowReplacement = URIReplacement.Fail ) : void

Private Methods

Method Description
HTTPMethodNode ( HTTPMethod HTTPMethod, HTTPAuthentication HTTPMethodAuthentication = null, HTTPDelegate RequestHandler = null, HTTPDelegate DefaultErrorHandler = null ) : System

Creates a new HTTPMethodNode.

Method Details

AddHandler() public method

public AddHandler ( HTTPDelegate HTTPDelegate, HTTPContentType HTTPContentType = null, HTTPAuthentication ContentTypeAuthentication = null, HTTPDelegate DefaultErrorHandler = null, URIReplacement AllowReplacement = URIReplacement.Fail ) : void
HTTPDelegate HTTPDelegate
HTTPContentType HTTPContentType
ContentTypeAuthentication HTTPAuthentication
DefaultErrorHandler HTTPDelegate
AllowReplacement URIReplacement
return void