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

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

Public Methods

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

Return a string representation of this object.

Private Methods

Method Description
URINode ( String URITemplate, HTTPAuthentication URIAuthentication = null, HTTPDelegate RequestHandler = null, HTTPDelegate DefaultErrorHandler = null ) : System

Creates a new URLNode.

Method Details

AddHandler() public method

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

ToString() public method

Return a string representation of this object.
public ToString ( ) : String
return String