次の方法で共有


Site.Bindings プロパティ

定義

サイト リスナーに関連付けられている IP アドレス、TCP ポート、およびホスト ヘッダーのコレクションを取得します。

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

プロパティ値

BindingCollection オブジェクト。

適用対象