Sdílet prostřednictvím


NetNamedPipeBinding.CreateBindingElements Metoda

Definice

Vytvoří kolekci s prvky vazby pro vazbu.

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

Návraty

Typ ICollection<T>BindingElement , který tvoří vazbu.

Příklady

BindingElementCollection bCollection = binding.CreateBindingElements();

Platí pro