C# 클래스 Microsoft.Web.Administration.IisServerManager

Server manager for IIS.
상속: ServerManager
파일 보기 프로젝트 열기: jexuswebserver/Microsoft.Web.Administration

공개 메소드들

메소드 설명
IisServerManager ( ) : System
IisServerManager ( bool readOnly, string applicationHostConfigurationPath ) : System
IisServerManager ( string applicationHostConfigurationPath ) : System
IisServerManager ( string hostName, bool local ) : System

비공개 메소드들

메소드 설명
GetPoolStateAsync ( ApplicationPool pool ) : Task
GetSchemaFiles ( ) : IEnumerable
GetSiteStateAsync ( Site site ) : Task
IisServerManager ( string hostName, bool readOnly, string fileName ) : System
StartAsync ( Site site ) : System.Threading.Tasks.Task
StopAsync ( Site site ) : System.Threading.Tasks.Task

메소드 상세

IisServerManager() 공개 메소드

public IisServerManager ( ) : System
리턴 System

IisServerManager() 공개 메소드

public IisServerManager ( bool readOnly, string applicationHostConfigurationPath ) : System
readOnly bool
applicationHostConfigurationPath string
리턴 System

IisServerManager() 공개 메소드

public IisServerManager ( string applicationHostConfigurationPath ) : System
applicationHostConfigurationPath string
리턴 System

IisServerManager() 공개 메소드

public IisServerManager ( string hostName, bool local ) : System
hostName string
local bool
리턴 System