프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddressesDefinition | string | ||
Description | string | ||
InstallWebSite | bool |
메소드 | 설명 | |
---|---|---|
WebSite ( string name ) : System |
Initializes a new instance of the WebSite class.
|
|
WebSite ( string name, string addressDefinition ) : System |
Collection of T:WebSite.Certificate associated with website. Initializes a new instance of the WebSite class.
|
|
WebSite ( string name, string addressDefinition, string description ) : System |
Initializes a new instance of the WebSite class.
|
메소드 | 설명 | |
---|---|---|
ProcessAddressesDefinition ( ) : void |
public WebSite ( string name, string addressDefinition ) : System | ||
name | string | The name. |
addressDefinition | string | The address definition. |
리턴 | System |
public WebSite ( string name, string addressDefinition, string description ) : System | ||
name | string | The name. |
addressDefinition | string | The address definition. |
description | string | The description. |
리턴 | System |