77 references to Endpoints
System.ServiceModel (49)
System\ServiceModel\Administration\ServiceInfo.cs (1)
28
this.endpoints = new EndpointInfoCollection(service.Description.
Endpoints
, this.ServiceName);
System\ServiceModel\Channels\ContextBindingElement.cs (1)
308
foreach (ServiceEndpoint endpoint in description.
Endpoints
)
System\ServiceModel\Channels\PeerService.cs (1)
189
this.serviceHost.Description.
Endpoints
.Clear();
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (1)
52
exporter.ExportEndpoints(service.
Endpoints
, serviceQName);
System\ServiceModel\ComIntegration\ComPlusServiceLoader.cs (2)
38
SR.TraceCodeComIntegrationServiceHostCreatedServiceEndpoint, this.info, service.
Endpoints
);
96
foreach (ServiceEndpoint endpoint in service.
Endpoints
)
System\ServiceModel\ComIntegration\SecurityCookieModeValidator.cs (1)
54
foreach (ServiceEndpoint endpoint in service.
Endpoints
)
System\ServiceModel\Description\ConfigLoader.cs (2)
533
description.
Endpoints
.Add(serviceEndpoint);
538
description.
Endpoints
.Add(endpoint);
System\ServiceModel\Description\DispatcherBuilder.cs (6)
203
for (int i = 0; i < description.
Endpoints
.Count; i++)
205
ServiceEndpoint endpoint = description.
Endpoints
[i];
210
if (description.
Endpoints
[j].Contract == contract)
529
foreach (ServiceEndpoint endpoint in description.
Endpoints
)
644
for (int i = 0; i < description.
Endpoints
.Count; i++)
648
ServiceEndpoint endpoint = description.
Endpoints
[i];
System\ServiceModel\Description\ServiceAuthenticationBehavior.cs (1)
178
foreach (ServiceEndpoint endpoint in description.
Endpoints
)
System\ServiceModel\Description\ServiceDescription.cs (2)
204
for (int i = 0; i < this.
Endpoints
.Count; i++)
206
ServiceEndpoint endpoint = this.
Endpoints
[i];
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
475
foreach (ServiceEndpoint endpoint in this.description.
Endpoints
)
System\ServiceModel\Dispatcher\DataContractSerializerServiceBehavior.cs (1)
69
foreach (ServiceEndpoint endpoint in description.
Endpoints
)
System\ServiceModel\Dispatcher\PartialTrustValidationBehavior.cs (2)
65
for (int i = 0; i < description.
Endpoints
.Count; i++)
67
ServiceEndpoint endpoint = description.
Endpoints
[i];
System\ServiceModel\Dispatcher\PeerValidationBehavior.cs (2)
79
for (int i = 0; i < description.
Endpoints
.Count; i++)
81
ServiceEndpoint endpoint = description.
Endpoints
[i];
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (10)
147
for (int i = 0; i < description.
Endpoints
.Count; i++)
149
ServiceEndpoint endpoint = description.
Endpoints
[i];
283
for (int i = 0; i < description.
Endpoints
.Count; i++)
285
ServiceEndpoint endpoint = description.
Endpoints
[i];
363
for (int i = 0; i < description.
Endpoints
.Count; i++)
365
ServiceEndpoint endpoint = description.
Endpoints
[i];
930
for (int i = 0; i < description.
Endpoints
.Count; i++)
932
ServiceEndpoint endpoint = description.
Endpoints
[i];
984
for (int i = 0; i < description.
Endpoints
.Count; i++)
986
ServiceEndpoint endpoint = description.
Endpoints
[i];
System\ServiceModel\Dispatcher\TransactionValidationBehavior.cs (4)
129
for (int i = 0; i < service.
Endpoints
.Count; i++)
131
ServiceEndpoint endpoint = service.
Endpoints
[i];
285
for (int i = 0; i < service.
Endpoints
.Count; i++)
287
if (HasTransactedOperations(service.
Endpoints
[i]))
System\ServiceModel\Dispatcher\UniqueContractNameValidationBehavior.cs (1)
27
foreach (ServiceEndpoint endpoint in description.
Endpoints
)
System\ServiceModel\MsmqIntegration\MsmqIntegrationValidationBehavior.cs (2)
67
for (int i = 0; i < description.
Endpoints
.Count; i++)
69
ServiceEndpoint endpoint = description.
Endpoints
[i];
System\ServiceModel\Security\WSTrustServiceHost.cs (2)
108
bool isMexEndpointAlreadyAdded = (Description.
Endpoints
.Find(typeof(IMetadataExchange)) != null);
166
if (Description.
Endpoints
.Count == 0)
System\ServiceModel\ServiceConfiguration.cs (1)
191
this.Description.
Endpoints
.Add(endpoint);
System\ServiceModel\ServiceHost.cs (5)
293
foreach (ServiceEndpoint endpoint in this.Description.
Endpoints
)
375
this.Description.
Endpoints
.Add(serviceEndpoint);
418
this.Description.
Endpoints
.Add(endpoint);
545
if (this.Description.
Endpoints
.Count == 0)
999
foreach (ServiceEndpoint serviceEndpoint in this.Description.
Endpoints
)
System.ServiceModel.Activation (3)
System\ServiceModel\Activation\ApplyHostConfigurationBehavior.cs (2)
22
if (service.Description.
Endpoints
!= null && ServiceHostingEnvironment.MultipleSiteBindingsEnabled)
65
foreach (ServiceEndpoint endpoint in service.Description.
Endpoints
)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (1)
147
foreach (ServiceEndpoint endpoint in description.
Endpoints
)
System.ServiceModel.Activities (7)
System\ServiceModel\Activities\Description\BufferedReceiveServiceBehavior.cs (1)
70
foreach (ServiceEndpoint serviceEndpoint in serviceDescription.
Endpoints
)
System\ServiceModel\Activities\Description\ControlOperationBehavior.cs (1)
44
foreach (ServiceEndpoint endpointToMatch in serviceHost.Description.
Endpoints
)
System\ServiceModel\Activities\Description\WorkflowOperationBehavior.cs (1)
80
foreach (ServiceEndpoint endpointToMatch in serviceHost.Description.
Endpoints
)
System\ServiceModel\Activities\Description\WorkflowServiceBehavior.cs (1)
100
foreach (ServiceEndpoint endpointToMatch in serviceHost.Description.
Endpoints
)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
323
foreach (ServiceEndpoint endpoint in this.Host.Description.
Endpoints
)
System\ServiceModel\Activities\WorkflowServiceHost.cs (2)
362
base.Description.
Endpoints
.Add(serviceEndpoint);
631
foreach (ServiceEndpoint serviceEndpoint in this.Description.
Endpoints
)
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\EndpointDiscoveryMetadata.cs (1)
265
foreach (ServiceEndpoint endpoint in serviceDescription.
Endpoints
)
System\ServiceModel\Discovery\ServiceDiscoveryBehavior.cs (3)
58
if (serviceDescription.
Endpoints
.Count > appEndpoints.Count)
149
List<ServiceEndpoint> appEndpoints = new List<ServiceEndpoint>(serviceDescription.
Endpoints
.Count);
150
foreach (ServiceEndpoint endpoint in serviceDescription.
Endpoints
)
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingBehavior.cs (1)
64
foreach (ServiceEndpoint endpoint in serviceDescription.
Endpoints
)
System.ServiceModel.Web (7)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
261
foreach (ServiceEndpoint serviceEndpoint in host.Description.
Endpoints
)
System\ServiceModel\Web\OutgoingWebResponseContext.cs (1)
162
foreach (ServiceEndpoint endpoint in this.operationContext.Host.Description.
Endpoints
)
System\ServiceModel\Web\WebServiceHost.cs (4)
49
if (host.Description.
Endpoints
!= null
50
&& host.Description.
Endpoints
.Count > 0
89
foreach (ServiceEndpoint endpoint in host.Description.
Endpoints
)
226
foreach (ServiceEndpoint serviceEndpoint in this.Description.
Endpoints
)
System\ServiceModel\WebScriptServiceHost.cs (1)
31
foreach (ServiceEndpoint endpoint in this.Description.
Endpoints
)
System.WorkflowServices (6)
System\ServiceModel\Description\DurableServiceAttribute.cs (4)
67
if (serviceDescription.
Endpoints
== null)
162
ServiceEndpoint serviceEndPoint = serviceDescription.
Endpoints
.Find(new XmlQualifiedName(endpointDispatcher.ContractName, endpointDispatcher.ContractNamespace));
194
foreach (ServiceEndpoint endpoint in serviceDescription.
Endpoints
)
260
foreach (ServiceEndpoint serviceEndpoint in serviceDescription.
Endpoints
)
System\ServiceModel\Description\WorkflowServiceBehavior.cs (2)
223
if (description.
Endpoints
== null)
289
ServiceEndpoint serviceEndPoint = description.
Endpoints
.Find(new XmlQualifiedName(endPointDispatcher.ContractName, endPointDispatcher.ContractNamespace));