Click or drag to resize
IWebServerGetRestrictedPathsMap Method
Returns a map of restricted paths to the Access describing which IPAddresses can access the path.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IDictionary<string, Access> GetRestrictedPathsMap()

Return Value

Type: IDictionaryString, Access
See Also