Site.Bindings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.