13 references to Endpoints
System.ServiceModel (13)
System\ServiceModel\Description\DispatcherBuilder.cs (13)
246Binding originalBinding = stuff.Endpoints[0].Binding; 267for (int i = 0; i < stuff.Endpoints.Count; ++i) 269ContractDescription contract = stuff.Endpoints[i].Contract; 682stuffPerListenUriInfo[listenUriInfo].Endpoints.Add(endpoint); 690Binding binding = stuff.Value.Endpoints[0].Binding; 691EndpointIdentity identity = stuff.Value.Endpoints[0].Address.Identity; 704behavior.AddBindingParameters(description, serviceHost, stuff.Value.Endpoints, parameters); 706for (int i = 0; i < stuff.Value.Endpoints.Count; i++) 708ServiceEndpoint endpoint = stuff.Value.Endpoints[i]; 747for (int i = 0; i < stuff.Value.Endpoints.Count; i++) 749ServiceEndpoint endpoint = stuff.Value.Endpoints[i]; 831for (int i = 0; i < stuff.Value.Endpoints.Count; i++) 833ServiceEndpoint endpoint = stuff.Value.Endpoints[i];