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

ServerManager() private method

private ServerManager ( string hostName, bool readOnly, string fileName ) : System
hostName string
readOnly bool
fileName string
return System
        internal ServerManager(string hostName, bool readOnly, string fileName)
        {
            HostName = hostName;
            ReadOnly = readOnly;
            FileName = fileName;
        }

Same methods

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