IWebServer Methods |
The IWebServer type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddAdministratorPath |
Tells the server that all access to this path must be authenticated and that the user must be configured as
an administrator.
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | GetAdministratorPaths |
Returns the paths that have been marked as requiring authentication.
|
![]() | GetRestrictedPathsMap |
Returns a map of restricted paths to the Access describing which IPAddresses can access the path.
|
![]() | RemoveAdministratorPath |
Tells the server that anyone can now access this path.
|
![]() | ResetCredentialCache |
Clears the cache of credentials held by the server - see CacheCredentials.
|
![]() | SetRestrictedPath |
Sets access on a restricted path. If access is null then the restrictions are removed
from the path.
|