BindingElementExtensionElement.ApplyConfiguration(BindingElement) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee past u de inhoud van een opgegeven bindingselement toe op dit bindingsconfiguratie-element.
public:
virtual void ApplyConfiguration(System::ServiceModel::Channels::BindingElement ^ bindingElement);
public virtual void ApplyConfiguration(System.ServiceModel.Channels.BindingElement bindingElement);
abstract member ApplyConfiguration : System.ServiceModel.Channels.BindingElement -> unit
override this.ApplyConfiguration : System.ServiceModel.Channels.BindingElement -> unit
Public Overridable Sub ApplyConfiguration (bindingElement As BindingElement)
Parameters
- bindingElement
- BindingElement
Een bindingselement.
Uitzonderingen
bindingElement is null.