NetHttpBinding.CreateBindingElements 方法
定义
为绑定创建一个包含绑定元素的集合。Creates a collection that contains the binding elements for the binding.
public:
override System::ServiceModel::Channels::BindingElementCollection ^ CreateBindingElements();
public override System.ServiceModel.Channels.BindingElementCollection CreateBindingElements ();
override this.CreateBindingElements : unit -> System.ServiceModel.Channels.BindingElementCollection
Public Overrides Function CreateBindingElements () As BindingElementCollection
返回
构成绑定的绑定元素集合。A collection of the binding elements that makes up the binding.