Method | Description | |
---|---|---|
execute ( HttpListenerContext context ) : void | ||
respondBytes ( Array data, HttpListenerResponse response, string contentType ) : void | ||
respondString ( string str, HttpListenerResponse response, string contentType ) : void |
public abstract execute ( HttpListenerContext context ) : void | ||
context | HttpListenerContext | |
return | void |
public respondBytes ( Array data, HttpListenerResponse response, string contentType ) : void | ||
data | Array | |
response | HttpListenerResponse | |
contentType | string | |
return | void |
public respondString ( string str, HttpListenerResponse response, string contentType ) : void | ||
str | string | |
response | HttpListenerResponse | |
contentType | string | |
return | void |