HttpBindingBaseElement.InitializeFrom(Binding) 方法
定义
使用指定绑定元素的内容来初始化此绑定配置节。Initializes this binding configuration section with the content of the specified binding elements.
protected public:
override void InitializeFrom(System::ServiceModel::Channels::Binding ^ binding);
protected internal override void InitializeFrom (System.ServiceModel.Channels.Binding binding);
override this.InitializeFrom : System.ServiceModel.Channels.Binding -> unit
Protected Friend Overrides Sub InitializeFrom (binding As Binding)
参数
- binding
- Binding
一个绑定元素集合。A collection of binding elements.