1 instantiation of ListenUriInfo
System.ServiceModel (1)
System\ServiceModel\Description\DispatcherBuilder.cs (1)
622
return new
ListenUriInfo
(listenUri, endpoint.ListenUriMode);
14 references to ListenUriInfo
System.ServiceModel (14)
System\ServiceModel\Description\DispatcherBuilder.cs (8)
155
return this.Equals(other as
ListenUriInfo
);
158
public bool Equals(
ListenUriInfo
other)
619
internal static
ListenUriInfo
GetListenUriInfoForEndpoint(ServiceHostBase host, ServiceEndpoint endpoint)
638
Dictionary<
ListenUriInfo
, StuffPerListenUriInfo> stuffPerListenUriInfo
639
= new Dictionary<
ListenUriInfo
, StuffPerListenUriInfo>();
677
ListenUriInfo
listenUriInfo = GetListenUriInfoForEndpoint(serviceHost, endpoint);
685
foreach (KeyValuePair<
ListenUriInfo
, StuffPerListenUriInfo> stuff in stuffPerListenUriInfo)
829
foreach (KeyValuePair<
ListenUriInfo
, StuffPerListenUriInfo> stuff in stuffPerListenUriInfo)
System\ServiceModel\ServiceHost.cs (6)
50
Dictionary<DispatcherBuilder.
ListenUriInfo
, Collection<ServiceEndpoint>> endpointsByListenUriInfo;
278
internal Dictionary<DispatcherBuilder.
ListenUriInfo
, Collection<ServiceEndpoint>> EndpointsByListenUriInfo
290
Dictionary<DispatcherBuilder.
ListenUriInfo
, Collection<ServiceEndpoint>> GetEndpointsByListenUriInfo()
292
Dictionary<DispatcherBuilder.
ListenUriInfo
, Collection<ServiceEndpoint>> endpointDictionary = new Dictionary<DispatcherBuilder.
ListenUriInfo
, Collection<ServiceEndpoint>>();
295
DispatcherBuilder.
ListenUriInfo
listenUriInfo = DispatcherBuilder.GetListenUriInfoForEndpoint(this, endpoint);