ServiceModelSectionGroup.Bindings 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取包含所有绑定的配置节。
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
属性值
包含所有绑定的配置节。
注解
此节包含标准绑定和自定义绑定的集合。 每一项都由其唯一名称来标识,服务在链接到绑定时将使用该名称。