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