Click or drag to resize

Utils_IIS Class

IIS Utilities.
Inheritance Hierarchy
SystemObject
  MicaSystems.UtilsUtils_IIS

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static class Utils_IIS

The Utils_IIS type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetIISUsedPorts
Gets all ports used by IIS sites on this computer.
Public methodStatic memberGetSiteById
Gets the IIS site management object with the given id.
Public methodStatic memberGetSiteByName
Gets the IIS site management object with the given name.
Public methodStatic memberGetUsedPorts(ServerManager)
Gets all ports used by IIS sites on this server.
Public methodStatic memberGetUsedPorts(Site)
Gets all ports used by this site.
Public methodStatic memberGetVirtualDirectory
Gets the virtual directory object of this site.
Public methodStatic memberGetVirtualDirectoryInfo
Gets the virtual directory info of this site.
Public methodStatic memberGetVirtualDirectoryPath
Gets the physial path of the virtual directory of this site.
Public methodStatic memberIsPortFree
Checks if the given port is not already taken on the current machine.
Top
See Also