SecurityElementBase.CreateBindingElement Method

Definition

Creates a custom binding element object.

Overloads

CreateBindingElement()

Creates a custom binding element object from the setting of this instance.

CreateBindingElement(Boolean)

Creates a custom binding element object from the setting of this instance.

CreateBindingElement()

Creates a custom binding element object from the setting of this instance.

protected internal override System.ServiceModel.Channels.BindingElement CreateBindingElement();

Returns

A custom BindingElement object.

Applies to

.NET Framework 4.8.1 a další verze
Produkt Verze
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

CreateBindingElement(Boolean)

Creates a custom binding element object from the setting of this instance.

protected internal virtual System.ServiceModel.Channels.BindingElement CreateBindingElement(bool createTemplateOnly);

Parameters

createTemplateOnly
Boolean

true to create only a template; otherwise, false.

Returns

A custom BindingElement object.

Applies to

.NET Framework 4.8.1 a další verze
Produkt Verze
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1