24 instantiations of BindingElementCollection
System.ServiceModel (22)
System\ServiceModel\BasicHttpBinding.cs (1)
158
BindingElementCollection bindingElements = new
BindingElementCollection
();
System\ServiceModel\BasicHttpsBinding.cs (1)
94
BindingElementCollection bindingElements = new
BindingElementCollection
();
System\ServiceModel\Channels\BindingContext.cs (1)
64
this.remainingBindingElements = new
BindingElementCollection
(remainingBindingElements);
System\ServiceModel\Channels\BindingElementCollection.cs (1)
54
BindingElementCollection result = new
BindingElementCollection
();
System\ServiceModel\Channels\CustomBinding.cs (1)
20
BindingElementCollection bindingElements = new
BindingElementCollection
();
System\ServiceModel\Channels\SecurityBindingElement.cs (3)
417
BindingElementCollection negotiationBindingElements = new
BindingElementCollection
();
2033
BindingElementCollection bindingElementsBelowSecurity = new
BindingElementCollection
();
2107
BindingElementCollection bindingElementsBelowSecurity = new
BindingElementCollection
();
System\ServiceModel\Description\DispatcherBuilder.cs (1)
1277
BindingElementCollection bindingElementCollection = new
BindingElementCollection
(bindingElements);
System\ServiceModel\Description\ImportedPolicyConversionContext.cs (1)
30
BindingElementCollection bindingElements = new
BindingElementCollection
();
System\ServiceModel\Description\MetadataImporter.cs (1)
141
readonly BindingElementCollection bindingElements = new
BindingElementCollection
();
System\ServiceModel\MsmqIntegration\MsmqIntegrationBinding.cs (1)
115
BindingElementCollection bindingElements = new
BindingElementCollection
();
System\ServiceModel\NetHttpBinding.cs (1)
132
BindingElementCollection bindingElements = new
BindingElementCollection
();
System\ServiceModel\NetHttpsBinding.cs (1)
125
BindingElementCollection bindingElements = new
BindingElementCollection
();
System\ServiceModel\NetMsmqBinding.cs (1)
229
BindingElementCollection bindingElements = new
BindingElementCollection
();
System\ServiceModel\NetNamedPipeBinding.cs (1)
218
BindingElementCollection bindingElements = new
BindingElementCollection
();
System\ServiceModel\NetPeerTcpBinding.cs (1)
163
BindingElementCollection bindingElements = new
BindingElementCollection
();
System\ServiceModel\NetTcpBinding.cs (1)
328
BindingElementCollection bindingElements = new
BindingElementCollection
();
System\ServiceModel\NetTcpContextBinding.cs (1)
111
BindingElementCollection bindingElementsWithoutContext = new
BindingElementCollection
(bindingElements);
System\ServiceModel\WSDualHttpBinding.cs (1)
339
BindingElementCollection bindingElements = new
BindingElementCollection
();
System\ServiceModel\WSHttpBindingBase.cs (1)
297
BindingElementCollection bindingElements = new
BindingElementCollection
();
System\ServiceModel\WSHttpContextBinding.cs (1)
134
BindingElementCollection bindingElementsWithoutContext = new
BindingElementCollection
(bindingElements);
System.ServiceModel.Channels (1)
System\ServiceModel\UdpBinding.cs (1)
168
BindingElementCollection bindingElements = new
BindingElementCollection
();
System.ServiceModel.Web (1)
System\ServiceModel\WebHttpBinding.cs (1)
219
BindingElementCollection bindingElements = new
BindingElementCollection
();
127 references to BindingElementCollection
System.ServiceModel (119)
System\ServiceModel\BasicHttpBinding.cs (3)
153
public override
BindingElementCollection
CreateBindingElements()
158
BindingElementCollection
bindingElements = new BindingElementCollection();
178
internal static bool TryCreate(
BindingElementCollection
elements, out Binding binding)
System\ServiceModel\BasicHttpContextBinding.cs (2)
66
public override
BindingElementCollection
CreateBindingElements()
73
BindingElementCollection
result;
System\ServiceModel\BasicHttpsBinding.cs (2)
89
public override
BindingElementCollection
CreateBindingElements()
94
BindingElementCollection
bindingElements = new BindingElementCollection();
System\ServiceModel\Channels\Binding.cs (2)
277
public abstract
BindingElementCollection
CreateBindingElements();
293
BindingElementCollection
elements = this.CreateBindingElements();
System\ServiceModel\Channels\BindingContext.cs (4)
20
BindingElementCollection
remainingBindingElements; // kept to ensure each BE builds itself once
46
BindingElementCollection
remainingBindingElements,
56
BindingElementCollection
remainingBindingElements,
99
public
BindingElementCollection
RemainingBindingElements
System\ServiceModel\Channels\BindingElementCollection.cs (3)
40
internal BindingElementCollection(
BindingElementCollection
elements)
52
public
BindingElementCollection
Clone()
54
BindingElementCollection
result = new BindingElementCollection();
System\ServiceModel\Channels\ChannelBuilder.cs (1)
61
void AddDemuxerBindingElement(
BindingElementCollection
elements)
System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (2)
415
MessageEncodingBindingElement FindMessageEncodingBindingElement(
BindingElementCollection
bindingElements, out bool createdNew)
429
BindingElementCollection
bindingElements = endpointContext.Endpoint.Binding.CreateBindingElements();
System\ServiceModel\Channels\ContextBindingElementImporter.cs (1)
82
BindingElementCollection
bindingElements = customBinding.CreateBindingElements();
System\ServiceModel\Channels\CustomBinding.cs (6)
20
BindingElementCollection
bindingElements = new BindingElementCollection();
73
internal CustomBinding(
BindingElementCollection
bindingElements)
92
static
BindingElementCollection
SafeCreateBindingElements(Binding binding)
101
internal CustomBinding(Binding binding,
BindingElementCollection
elements)
125
public
BindingElementCollection
Elements
133
public override
BindingElementCollection
CreateBindingElements()
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
965
MessageEncodingBindingElement FindMessageEncodingBindingElement(
BindingElementCollection
bindingElements, out bool createdNew)
979
BindingElementCollection
bindingElements = endpointContext.Endpoint.Binding.CreateBindingElements();
System\ServiceModel\Channels\MessageEncodingBindingElementImporter.cs (3)
34
BindingElementCollection
bindingElements = GetBindingElements(context);
147
static
BindingElementCollection
GetBindingElements(WsdlEndpointConversionContext context)
150
BindingElementCollection
elements = binding is CustomBinding ? ((CustomBinding)binding).Elements : binding.CreateBindingElements();
System\ServiceModel\Channels\MsmqBindingElementBase.cs (2)
420
MessageEncodingBindingElement FindMessageEncodingBindingElement(
BindingElementCollection
bindingElements, out bool createdNew)
434
BindingElementCollection
bindingElements = endpointContext.Endpoint.Binding.CreateBindingElements();
System\ServiceModel\Channels\PeerTransportBindingElement.cs (2)
197
MessageEncodingBindingElement FindMessageEncodingBindingElement(
BindingElementCollection
bindingElements, out bool createdNew)
211
BindingElementCollection
bindingElements = endpointContext.Endpoint.Binding.CreateBindingElements();
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (3)
612
BindingElementCollection
bindingElements = context.BindingElements;
633
XmlElement CreateReliabilityAssertion(PolicyVersion policyVersion,
BindingElementCollection
bindingElements)
707
static bool IsSecureConversationEnabled(
BindingElementCollection
bindingElements)
System\ServiceModel\Channels\SecurityBindingElement.cs (5)
417
BindingElementCollection
negotiationBindingElements = new BindingElementCollection();
1873
internal static ChannelProtectionRequirements ComputeProtectionRequirements(SecurityBindingElement security, BindingParameterCollection parameterCollection,
BindingElementCollection
bindingElements, bool isForService)
1899
static void AddBindingProtectionRequirements(ChannelProtectionRequirements requirements,
BindingElementCollection
bindingElements, bool isForChannel)
2033
BindingElementCollection
bindingElementsBelowSecurity = new BindingElementCollection();
2107
BindingElementCollection
bindingElementsBelowSecurity = new BindingElementCollection();
System\ServiceModel\Channels\StandardBindingImporter.cs (1)
30
BindingElementCollection
elements = ((CustomBinding)endpointContext.Endpoint.Binding).Elements;
System\ServiceModel\Channels\TransportBindingElement.cs (1)
187
BindingElementCollection
bindingElements = endpointContext.Endpoint.Binding.CreateBindingElements();
System\ServiceModel\Channels\TransportBindingElementImporter.cs (3)
67
static
BindingElementCollection
GetBindingElements(WsdlEndpointConversionContext context)
70
BindingElementCollection
elements = binding is CustomBinding ? ((CustomBinding)binding).Elements : binding.CreateBindingElements();
95
BindingElementCollection
elements = ConvertToCustomBinding(context).Elements;
System\ServiceModel\Description\DispatcherBuilder.cs (4)
799
BindingElementCollection
bindingElements = binding.CreateBindingElements();
1275
static bool UsesTransactionFlowProperties(
BindingElementCollection
bindingElements, ContractDescription contract)
1277
BindingElementCollection
bindingElementCollection = new BindingElementCollection(bindingElements);
1325
BindingElementCollection
elements = endpoint.Binding.CreateBindingElements();
System\ServiceModel\Description\ImportedPolicyConversionContext.cs (2)
30
BindingElementCollection
bindingElements = new BindingElementCollection();
88
public override
BindingElementCollection
BindingElements { get { return this.bindingElements; } }
System\ServiceModel\Description\MetadataExchangeClient.cs (2)
176
BindingElementCollection
bindingElementCollection = this.factory.Endpoint.Binding.CreateBindingElements();
434
BindingElementCollection
bindingElementCollection = mexBinding.CreateBindingElements();
System\ServiceModel\Description\MetadataExporter.cs (2)
79
readonly
BindingElementCollection
bindingElements;
97
public override
BindingElementCollection
BindingElements
System\ServiceModel\Description\MetadataImporter.cs (3)
79
internal
BindingElementCollection
ImportPolicy(ServiceEndpoint endpoint, Collection<Collection<XmlElement>> policyAlternatives)
141
readonly
BindingElementCollection
bindingElements = new BindingElementCollection();
150
public override
BindingElementCollection
BindingElements { get { return this.bindingElements; } }
System\ServiceModel\Description\PolicyConversionContext.cs (1)
24
public abstract
BindingElementCollection
BindingElements { get; }
System\ServiceModel\Description\TransactedBatchingBehavior.cs (1)
41
BindingElementCollection
bindingElements = serviceEndpoint.Binding.CreateBindingElements();
System\ServiceModel\Description\WsdlExporter.cs (1)
557
BindingElementCollection
bindingElements = binding.CreateBindingElements();
System\ServiceModel\Description\WsdlImporter.cs (2)
555
BindingElementCollection
bindingElements = ImportPolicyFromWsdl(endpointContext);
1592
BindingElementCollection
ImportPolicyFromWsdl(WsdlEndpointConversionContext endpointContext)
System\ServiceModel\Dispatcher\PartialTrustValidationBehavior.cs (1)
133
BindingElementCollection
elements = binding.CreateBindingElements();
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (5)
36
BindingElementCollection
elements;
49
public override
BindingElementCollection
CreateBindingElements()
206
BindingElementCollection
elements = binding.CreateBindingElements();
252
BindingElementCollection
elements = binding.CreateBindingElements();
933
BindingElementCollection
elements = endpoint.Binding.CreateBindingElements();
System\ServiceModel\Dispatcher\TransactionValidationBehavior.cs (1)
360
BindingElementCollection
bindingElements = endpoint.Binding.CreateBindingElements();
System\ServiceModel\MsmqIntegration\MsmqIntegrationBinding.cs (2)
113
public override
BindingElementCollection
CreateBindingElements()
115
BindingElementCollection
bindingElements = new BindingElementCollection();
System\ServiceModel\NetHttpBinding.cs (3)
127
public override
BindingElementCollection
CreateBindingElements()
132
BindingElementCollection
bindingElements = new BindingElementCollection();
182
internal static bool TryCreate(
BindingElementCollection
elements, out Binding binding)
System\ServiceModel\NetHttpsBinding.cs (2)
120
public override
BindingElementCollection
CreateBindingElements()
125
BindingElementCollection
bindingElements = new BindingElementCollection();
System\ServiceModel\NetMsmqBinding.cs (3)
227
public override
BindingElementCollection
CreateBindingElements()
229
BindingElementCollection
bindingElements = new BindingElementCollection();
245
internal static bool TryCreate(
BindingElementCollection
elements, out Binding binding)
System\ServiceModel\NetNamedPipeBinding.cs (3)
216
public override
BindingElementCollection
CreateBindingElements()
218
BindingElementCollection
bindingElements = new BindingElementCollection();
236
internal static bool TryCreate(
BindingElementCollection
elements, out Binding binding)
System\ServiceModel\NetPeerTcpBinding.cs (3)
161
public override
BindingElementCollection
CreateBindingElements()
163
BindingElementCollection
bindingElements = new BindingElementCollection();
204
internal static bool TryCreate(
BindingElementCollection
elements, out Binding binding)
System\ServiceModel\NetTcpBinding.cs (3)
323
public override
BindingElementCollection
CreateBindingElements()
328
BindingElementCollection
bindingElements = new BindingElementCollection();
354
internal static bool TryCreate(
BindingElementCollection
elements, out Binding binding)
System\ServiceModel\NetTcpContextBinding.cs (4)
92
public override
BindingElementCollection
CreateBindingElements()
94
BindingElementCollection
result = base.CreateBindingElements();
99
internal static new bool TryCreate(
BindingElementCollection
bindingElements, out Binding binding)
111
BindingElementCollection
bindingElementsWithoutContext = new BindingElementCollection(bindingElements);
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (2)
387
BindingElementCollection
bindingElements = issuerBinding.CreateBindingElements();
411
BindingElementCollection
bindingElements = issuerBinding.CreateBindingElements();
System\ServiceModel\Security\InfoCardHelper.cs (2)
463
BindingElementCollection
bindingElements = currentStsBinding.CreateBindingElements();
531
BindingElementCollection
bindingElements = issuedTokenParam.IssuerBinding.CreateBindingElements();
System\ServiceModel\Security\SecurityUtils.cs (1)
2230
BindingElementCollection
bindingElements = binding.CreateBindingElements();
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (1)
935
BindingElementCollection
bindingElements = this.issuerBinding.CreateBindingElements();
System\ServiceModel\Security\WSSecurityPolicy.cs (3)
2645
BindingElementCollection
bindingElementsBelowSecurity = exporter.State[SecurityPolicyStrings.SecureConversationBootstrapBindingElementsBelowSecurityKey] as
BindingElementCollection
;
2724
BindingElementCollection
bindingElements;
System\ServiceModel\Security\WSTrustChannelFactory.cs (1)
450
BindingElementCollection
elements = Endpoint.Binding.CreateBindingElements();
System\ServiceModel\WSDualHttpBinding.cs (3)
337
public override
BindingElementCollection
CreateBindingElements()
339
BindingElementCollection
bindingElements = new BindingElementCollection();
375
internal static bool TryCreate(
BindingElementCollection
elements, out Binding binding)
System\ServiceModel\WSFederationHttpBinding.cs (2)
207
public override
BindingElementCollection
CreateBindingElements()
210
BindingElementCollection
bindingElements = base.CreateBindingElements();
System\ServiceModel\WSHttpBinding.cs (1)
109
public override
BindingElementCollection
CreateBindingElements()
System\ServiceModel\WSHttpBindingBase.cs (3)
295
public override
BindingElementCollection
CreateBindingElements()
297
BindingElementCollection
bindingElements = new BindingElementCollection();
328
internal static bool TryCreate(
BindingElementCollection
elements, out Binding binding)
System\ServiceModel\WSHttpContextBinding.cs (4)
92
public override
BindingElementCollection
CreateBindingElements()
94
BindingElementCollection
result;
122
internal static new bool TryCreate(
BindingElementCollection
bindingElements, out Binding binding)
134
BindingElementCollection
bindingElementsWithoutContext = new BindingElementCollection(bindingElements);
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\InternalSendMessage.cs (1)
396
BindingElementCollection
elementCollection = serviceEndpoint.Binding.CreateBindingElements();
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\UdpTransportImporter.cs (1)
74
BindingElementCollection
bindingElements = context.Endpoint.Binding.CreateBindingElements();
System\ServiceModel\UdpBinding.cs (3)
166
public override
BindingElementCollection
CreateBindingElements()
168
BindingElementCollection
bindingElements = new BindingElementCollection();
208
internal static bool TryCreate(
BindingElementCollection
bindingElements, out Binding binding)
System.ServiceModel.Web (3)
System\ServiceModel\Web\WebServiceHost.cs (1)
178
BindingElementCollection
bec = customBinding.Elements;
System\ServiceModel\WebHttpBinding.cs (2)
216
public override
BindingElementCollection
CreateBindingElements()
219
BindingElementCollection
bindingElements = new BindingElementCollection();