NetHttpBinding.CreateBindingElements Método
Definición
Crea una colección que contiene los elementos de enlace para el enlace.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
Devoluciones
Colección de elementos de enlace que constituye el enlace.A collection of the binding elements that makes up the binding.