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