ServerBinding (WMI)

This class corresponds to the ServerBindings property in the metabase which IIS uses to determine what network endpoints are used by the server instance. Both the IP and Hostname properties of the String are optional. Any unspecified parameters default to an all-inclusive wildcard.

For more information about your options for this setting, see Domain Name Resolution in the Help that comes with IIS Manager.

IIsStructuredDataClass (WMI)

Methods

The ServerBinding object has no methods.

Properties

The ServerBinding object defines the following properties, in addition to those inherited from IIsStructuredDataClass (WMI).

Property

Data type

Description

Hostname

String

The Hostname property specifies the host name associated with the Web site.

IP

String

The IP property specifies the IP address associated with the Web site.

Port

String

The Port property specifies the port number associated with the Web site.

Requirements

Server: Requires or Windows Server 2003.

Product: IIS

See Also