Click or drag to resize

Utils_IIS Methods

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