IWebServerGetRestrictedPathsMap Method |
Returns a map of restricted paths to the
Access describing which IPAddresses can access the path.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IDictionary<string, Access> GetRestrictedPathsMap()
Function GetRestrictedPathsMap As IDictionary(Of String, Access)
IDictionary<String^, Access^>^ GetRestrictedPathsMap()
abstract GetRestrictedPathsMap : unit -> IDictionary<string, Access>
Return Value
Type:
IDictionaryString,
AccessSee Also