PrivacyNoticeElement.CreateBindingElement 方法
定义
根据此配置元素的设置,创建一个新的自定义绑定元素对象。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
返回
一个自定义 BindingElement 对象,该对象的属性基于此配置元素的设置。A custom BindingElement object whose properties are based on the setting of this configuration element.