NetHttpsBinding.CreateBindingElements 方法

定义

为绑定创建一个绑定元素集合。Creates a collection with 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

返回

BindingElementCollection

用于绑定的绑定元素集合。A collection with the binding elements for the binding.

适用于