Click or drag to resize
IWebServer Methods

The IWebServer type exposes the following members.

Methods
  NameDescription
Public methodAddAdministratorPath
Tells the server that all access to this path must be authenticated and that the user must be configured as an administrator.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetAdministratorPaths
Returns the paths that have been marked as requiring authentication.
Public methodGetRestrictedPathsMap
Returns a map of restricted paths to the Access describing which IPAddresses can access the path.
Public methodRemoveAdministratorPath
Tells the server that anyone can now access this path.
Public methodResetCredentialCache
Clears the cache of credentials held by the server - see CacheCredentials.
Public methodSetRestrictedPath
Sets access on a restricted path. If access is null then the restrictions are removed from the path.
Top
See Also