1 write to Endpoints
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Description\WorkflowInstanceManagementBehavior.cs (1)
232Endpoints = { endpointDispatcher },
38 references to Endpoints
System.ServiceModel (29)
System\ServiceModel\Channels\PeerService.cs (1)
237foreach (EndpointDispatcher endpointDispatcher in channelDispatcher.Endpoints)
System\ServiceModel\Description\DispatcherBuilder.cs (1)
772channelDispatcher.Endpoints.Add(dispatcher);
System\ServiceModel\Description\ServiceAuthenticationBehavior.cs (1)
137foreach (EndpointDispatcher endpointDispatcher in channelDispatcher.Endpoints)
System\ServiceModel\Description\ServiceAuthorizationBehavior.cs (1)
205foreach (EndpointDispatcher endpointDispatcher in channelDispatcher.Endpoints)
System\ServiceModel\Description\ServiceCredentials.cs (1)
307foreach (EndpointDispatcher endpointDispatcher in channelDispatcher.Endpoints)
System\ServiceModel\Description\ServiceDebugBehavior.cs (1)
202((ServiceMetadataExtension.HttpGetImpl)channelDispatcher.Endpoints[0].DispatchRuntime.SingletonInstanceContext.UserObject).HelpPageEnabled = true;
System\ServiceModel\Description\ServiceMetadataBehavior.cs (9)
240((ServiceMetadataExtension.HttpGetImpl)channelDispatcher.Endpoints[0].DispatchRuntime.SingletonInstanceContext.UserObject).GetWsdlEnabled = true; 276foreach (EndpointDispatcher endpointDispatcher in dispatcher.Endpoints) 297if (channelDispatcher.Endpoints.Count != 1) 303DispatchRuntime dispatcher = channelDispatcher.Endpoints[0].DispatchRuntime; 324for (int j = 0; j < channelDispatcher.Endpoints.Count; ++j) 326EndpointDispatcher endpointDispatcher = channelDispatcher.Endpoints[j]; 337foreach (EndpointDispatcher endpointDispatcher in channelDispatcher.Endpoints) 351foreach (EndpointDispatcher endpointDispatcher in channelDispatcher.Endpoints) 377foreach (EndpointDispatcher endpointDispatcher in channelDispatcher.Endpoints)
System\ServiceModel\Description\ServiceMetadataExtension.cs (4)
378if (channelDispatcher.Endpoints.Count == 1 && 379channelDispatcher.Endpoints[0].DispatchRuntime.SingletonInstanceContext != null && 380channelDispatcher.Endpoints[0].DispatchRuntime.SingletonInstanceContext.UserObject is HttpGetImpl) 447channelDispatcher.Endpoints.Add(dispatcher);
System\ServiceModel\Description\ServiceSecurityAuditBehavior.cs (1)
126foreach (EndpointDispatcher endpointDispatcher in channelDispatcher.Endpoints)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
560foreach (EndpointDispatcher endpointDispatcher in this.Endpoints) 728foreach (EndpointDispatcher ed in this.Endpoints)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
148foreach (EndpointDispatcher endpointDispatcher in channelDispatcher.Endpoints)
System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (1)
70foreach (EndpointDispatcher endpointDispatcher in runtime.Endpoints)
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (1)
255baseEndpoint.ChannelDispatcher.Endpoints.Add(endpoint);
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
1013channelDispatcher.Endpoints.Add(endpointDispatcher);
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
1211channelDispatcher.Endpoints.Add(endpointDispatcher);
System\ServiceModel\ServiceBehaviorAttribute.cs (2)
375foreach (EndpointDispatcher endpointDispatcher in channelDispatcher.Endpoints) 428foreach (EndpointDispatcher endpointDispatcher in channelDispatcher.Endpoints)
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\ApplyHostConfigurationBehavior.cs (2)
49for (int j = 0; j < channelDispatcher.Endpoints.Count; j++) 51EndpointDispatcher endpointDispatcher = channelDispatcher.Endpoints[j];
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Description\BufferedReceiveServiceBehavior.cs (1)
46foreach (EndpointDispatcher endpointDispatcher in channelDispatcher.Endpoints)
System\ServiceModel\Activities\Description\WorkflowServiceBehavior.cs (1)
57foreach (EndpointDispatcher endPointDispatcher in channelDispatcher.Endpoints)
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\ServiceDiscoveryBehavior.cs (1)
125foreach (EndpointDispatcher endpointDispatcher in channelDispatcher.Endpoints)
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingBehavior.cs (1)
45foreach (EndpointDispatcher endpointDispatcher in channelDispatcher.Endpoints)
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
317metadataChannelDispatcher.Endpoints.Add(metadataEndpointDispatcher);
System.WorkflowServices (2)
System\ServiceModel\Description\DurableServiceAttribute.cs (1)
156foreach (EndpointDispatcher endpointDispatcher in channelDispatcher.Endpoints)
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
282foreach (EndpointDispatcher endPointDispatcher in channelDispatcher.Endpoints)