ServiceModelSectionGroup.Bindings 属性

定义

获取包含所有绑定的配置节。

public:
 property System::ServiceModel::Configuration::BindingsSection ^ Bindings { System::ServiceModel::Configuration::BindingsSection ^ get(); };
public System.ServiceModel.Configuration.BindingsSection Bindings { get; }
member this.Bindings : System.ServiceModel.Configuration.BindingsSection
Public ReadOnly Property Bindings As BindingsSection

属性值

包含所有绑定的配置节。

注解

此节包含标准绑定和自定义绑定的集合。 每一项都由其唯一名称来标识,服务在链接到绑定时将使用该名称。

适用于