3 references to GetListenUriInfoForEndpoint
System.ServiceModel (3)
System\ServiceModel\Description\DispatcherBuilder.cs (1)
677ListenUriInfo listenUriInfo = GetListenUriInfoForEndpoint(serviceHost, endpoint);
System\ServiceModel\ServiceHost.cs (2)
295DispatcherBuilder.ListenUriInfo listenUriInfo = DispatcherBuilder.GetListenUriInfoForEndpoint(this, endpoint); 668else if (!this.EndpointsByListenUriInfo.TryGetValue(DispatcherBuilder.GetListenUriInfoForEndpoint(this, inputEndpoint), out endpoints) || !endpoints.Contains(inputEndpoint))