PrivacyNoticeElement.CreateBindingElement Method

Definition

Creates a new a custom binding element object based on the setting of this configuration element.

protected public:
 override System::ServiceModel::Channels::BindingElement ^ CreateBindingElement();
protected internal override System.ServiceModel.Channels.BindingElement CreateBindingElement ();
override this.CreateBindingElement : unit -> System.ServiceModel.Channels.BindingElement
Protected Friend Overrides Function CreateBindingElement () As BindingElement

Returns

A custom BindingElement object whose properties are based on the setting of this configuration element.

Applies to