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

A URL node which stores some childnodes and a callback
Afficher le fichier Open project: Vanaheimr/Hermod Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
HTTPMethodNode ( HTTPMethod HTTPMethod, HTTPAuthentication HTTPMethodAuthentication = null, HTTPDelegate RequestHandler = null, HTTPDelegate DefaultErrorHandler = null ) : System

Creates a new HTTPMethodNode.

Method Details

AddHandler() public méthode

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
Résultat void