Aracılığıyla paylaş


NetNamedPipeBinding.CreateBindingElements Yöntem

Tanım

Bağlama için bağlama öğeleriyle bir koleksiyon oluşturur.

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

Döndürülenler

ICollection<T> Bağlamayı oluşturan türüBindingElement.

Örnekler

BindingElementCollection bCollection = binding.CreateBindingElements();

Şunlara uygulanır