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

ServerManager() public method

public ServerManager ( bool readOnly, string applicationHostConfigurationPath ) : System
readOnly bool
applicationHostConfigurationPath string
return System
        public ServerManager(bool readOnly, string applicationHostConfigurationPath)
            : this("localhost", readOnly, applicationHostConfigurationPath)
        {
        }

Same methods

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