[ Version ( since = "0.20.11" ) ]
public void add_server_handler (bool use_acl, string path, owned ServerCallback callback)
Add a ServerCallback to the Context<!-- -->'s Server.
| this |
a Context |
| use_acl |
true, if the path should query the GUPnPContext: acl before serving the resource, false otherwise. |
| path |
the toplevel path for the handler. |
| callback |
callback to invoke for requests under |
| destroy |
A DestroyNotify for |
| user_data |
the user_data passed to |