Microsoft.Web.Administration.ServerManager.ServerManager C# (CSharp) Method

ServerManager() public method

public ServerManager ( string hostName, bool local ) : System
hostName string
local bool
return System
        public ServerManager(string hostName, bool local)
            : this(hostName)
        {
        }

Same methods

ServerManager::ServerManager ( ) : System
ServerManager::ServerManager ( bool readOnly, string applicationHostConfigurationPath ) : System
ServerManager::ServerManager ( string applicationHostConfigurationPath ) : System
ServerManager::ServerManager ( string hostName, bool readOnly, string fileName ) : System