add_path


Description:

public void add_path (string path)

Adds path to this, such that requests under path on this 's server will require authentication (unless overridden by remove_path or set_filter).

You can also add paths by setting the AUTH_DOMAIN_ADD_PATH property, which can also be used to add one or more paths at construct time.

Parameters:

this

a AuthDomain

path

the path to add to this