C# 클래스 org.GraphDefined.Vanaheimr.Hermod.HTTP.URINode

A URL node which stores some childnodes and a callback
파일 보기 프로젝트 열기: Vanaheimr/Hermod 1 사용 예제들

공개 메소드들

메소드 설명
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