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