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.
|
Method | Description | |
---|---|---|
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 | |
return | void |