Site.Bindings Property

Definition

Gets a collection of IP addresses, TCP ports, and host headers that are associated with the site listener.

public:
 property Microsoft::Web::Administration::BindingCollection ^ Bindings { Microsoft::Web::Administration::BindingCollection ^ get(); };
public Microsoft.Web.Administration.BindingCollection Bindings { get; }
member this.Bindings : Microsoft.Web.Administration.BindingCollection
Public ReadOnly Property Bindings As BindingCollection

Property Value

A BindingCollection object.

Applies to