1 instantiation of EndpointInfo
System.ServiceModel (1)
System\ServiceModel\Description\DispatcherBuilder.cs (1)
770
endpointInfosPerEndpointAddress[endpoint.Address].Add(new
EndpointInfo
(endpoint, dispatcher, provider));
9 references to EndpointInfo
System.ServiceModel (9)
System\ServiceModel\Description\DispatcherBuilder.cs (9)
640
Dictionary<EndpointAddress, Collection<
EndpointInfo
>> endpointInfosPerEndpointAddress
641
= new Dictionary<EndpointAddress, Collection<
EndpointInfo
>>();
768
endpointInfosPerEndpointAddress.Add(endpoint.Address, new Collection<
EndpointInfo
>());
835
Collection<
EndpointInfo
> infos = endpointInfosPerEndpointAddress[endpoint.Address];
836
EndpointInfo
info = null;
837
foreach (
EndpointInfo
ei in infos)
868
foreach (Collection<
EndpointInfo
> endpointInfos in endpointInfosPerEndpointAddress.Values)
904
void EnsureRequiredRuntimeProperties(Dictionary<EndpointAddress, Collection<
EndpointInfo
>> endpointInfosPerEndpointAddress)
906
foreach (Collection<
EndpointInfo
> endpointInfos in endpointInfosPerEndpointAddress.Values)