Udostępnij za pośrednictwem


WSDualHttpBinding.CreateBindingElements Metoda

Definicja

Zwraca uporządkowaną kolekcję elementów powiązania zawartych w bieżącym powiązaniu.

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

Zwraca

Element BindingElementCollection zawierający element TransactionFlowBindingElement i, ponieważ wymagana jest niezawodna sesja dla elementu WSDualHttpBinding, a ReliableSessionBindingElement.

Przykłady

W poniższym przykładzie pokazano, jak uzyskać uporządkowaną kolekcję elementów powiązania zawartych w bieżącym powiązaniu.

BindingElementCollection bec = binding.CreateBindingElements();
Dim bec As BindingElementCollection = binding.CreateBindingElements()

Dotyczy