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

A node which stores information for maintaining multiple http hostnames.
파일 보기 프로젝트 열기: Vanaheimr/Hermod 1 사용 예제들

공개 메소드들

메소드 설명
AddHandler ( HTTPDelegate HTTPDelegate, String URITemplate = "/", HTTPMethod HTTPMethod = null, HTTPContentType HTTPContentType = null, HTTPAuthentication URIAuthentication = null, HTTPAuthentication HTTPMethodAuthentication = null, HTTPAuthentication ContentTypeAuthentication = null, HTTPDelegate DefaultErrorHandler = null, URIReplacement AllowReplacement = URIReplacement.Fail ) : void
ToString ( ) : String

비공개 메소드들

메소드 설명
HostnameNode ( HTTPHostname Hostname, HTTPAuthentication HostAuthentication = null, HTTPDelegate RequestHandler = null, HTTPDelegate DefaultErrorHandler = null ) : System

Creates a new hostname node.

메소드 상세

AddHandler() 공개 메소드

public AddHandler ( HTTPDelegate HTTPDelegate, String URITemplate = "/", HTTPMethod HTTPMethod = null, HTTPContentType HTTPContentType = null, HTTPAuthentication URIAuthentication = null, HTTPAuthentication HTTPMethodAuthentication = null, HTTPAuthentication ContentTypeAuthentication = null, HTTPDelegate DefaultErrorHandler = null, URIReplacement AllowReplacement = URIReplacement.Fail ) : void
HTTPDelegate HTTPDelegate
URITemplate String
HTTPMethod HTTPMethod
HTTPContentType HTTPContentType
URIAuthentication HTTPAuthentication
HTTPMethodAuthentication HTTPAuthentication
ContentTypeAuthentication HTTPAuthentication
DefaultErrorHandler HTTPDelegate
AllowReplacement URIReplacement
리턴 void

ToString() 공개 메소드

public ToString ( ) : String
리턴 String