C# Класс org.GraphDefined.Vanaheimr.Hermod.HTTP.URINode

A URL node which stores some childnodes and a callback
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
URINode ( String URITemplate, HTTPAuthentication URIAuthentication = null, HTTPDelegate RequestHandler = null, HTTPDelegate DefaultErrorHandler = null ) : System

Creates a new URLNode.

Описание методов

AddHandler() публичный Метод

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
Результат void

ToString() публичный Метод

Return a string representation of this object.
public ToString ( ) : String
Результат String