Utils_IIS Class |
Namespace: MicaSystems.Utils
public static class Utils_IIS
The Utils_IIS type exposes the following members.
Name | Description | |
---|---|---|
GetIISUsedPorts |
Gets all ports used by IIS sites on this computer.
| |
GetSiteById |
Gets the IIS site management object with the given id.
| |
GetSiteByName |
Gets the IIS site management object with the given name.
| |
GetUsedPorts(ServerManager) |
Gets all ports used by IIS sites on this server.
| |
GetUsedPorts(Site) |
Gets all ports used by this site.
| |
GetVirtualDirectory |
Gets the virtual directory object of this site.
| |
GetVirtualDirectoryInfo |
Gets the virtual directory info of this site.
| |
GetVirtualDirectoryPath |
Gets the physial path of the virtual directory of this site.
| |
IsPortFree |
Checks if the given port is not already taken on the current machine.
|