15 overrides of BindingElementType
System.ServiceModel (13)
System\ServiceModel\Configuration\BasicHttpBindingElement.cs (1)
23
protected override Type
BindingElementType
System\ServiceModel\Configuration\BasicHttpsBindingElement.cs (1)
39
protected override Type
BindingElementType
System\ServiceModel\Configuration\MexBindingElement.cs (1)
24
protected override Type
BindingElementType
System\ServiceModel\Configuration\MsmqIntegrationBindingElement.cs (1)
26
protected override Type
BindingElementType
System\ServiceModel\Configuration\NetHttpBindingElement.cs (1)
57
protected override Type
BindingElementType
System\ServiceModel\Configuration\NetHttpsBindingElement.cs (1)
57
protected override Type
BindingElementType
System\ServiceModel\Configuration\NetMsmqBindingElement.cs (1)
26
protected override Type
BindingElementType
System\ServiceModel\Configuration\NetNamedPipeBindingElement.cs (1)
27
protected override Type
BindingElementType
System\ServiceModel\Configuration\NetPeerTcpBindingElement.cs (1)
27
protected override Type
BindingElementType
System\ServiceModel\Configuration\NetTcpBindingElement.cs (1)
28
protected override Type
BindingElementType
System\ServiceModel\Configuration\WSDualHttpBindingElement.cs (1)
27
protected override Type
BindingElementType
System\ServiceModel\Configuration\WSFederationHttpBindingElement.cs (1)
27
protected override Type
BindingElementType
System\ServiceModel\Configuration\WSHttpBindingElement.cs (1)
27
protected override Type
BindingElementType
System.ServiceModel.Channels (1)
System\ServiceModel\Configuration\UdpBindingElement.cs (1)
26
protected override Type
BindingElementType
System.ServiceModel.Web (1)
System\ServiceModel\Configuration\WebHttpBindingElement.cs (1)
149
protected override Type
BindingElementType
6 references to BindingElementType
System.ServiceModel (6)
System\ServiceModel\Configuration\StandardBindingElement.cs (6)
95
if (binding.GetType() != this.
BindingElementType
)
98
(this.
BindingElementType
== null) ? string.Empty : this.
BindingElementType
.AssemblyQualifiedName,
122
if (binding.GetType() != this.
BindingElementType
)
125
(this.
BindingElementType
== null) ? string.Empty : this.
BindingElementType
.AssemblyQualifiedName,