C# Class WixSharp.WebSite.WebAddress

This class defines website address. It is a close equivalent of WebAddress WiX element.
Inheritance: WixEntity
ファイルを表示 Open project: Eun/WixSharp

Public Properties

Property Type Description
Address string
Port int

Property Details

Address public_oe property

The IP address for the web address. To specify the "All Unassigned" IP address, do not specify this attribute or specify its value as "*". The IP address is also used to determine if the WebSite is already installed. The IP address must match exactly (empty value matches "All Unassigned") unless "*" is used which will match any existing IP (including "All Unassigned").
public string Address
return string

Port public_oe property

Sets the port number.
public int Port
return int