2 instantiations of DispatcherBuilder
System.ServiceModel (2)
System\ServiceModel\ComIntegration\ComPlusServiceHost.cs (1)
73
DispatcherBuilder dispatcherBuilder = new
DispatcherBuilder
();
System\ServiceModel\ServiceHost.cs (1)
552
DispatcherBuilder dispatcherBuilder = new
DispatcherBuilder
();
27 references to DispatcherBuilder
System.ServiceModel (27)
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
122
ClientRuntime clientRuntime =
DispatcherBuilder
.BuildProxyBehavior(serviceEndpoint, out parameters);
System\ServiceModel\ComIntegration\ComPlusServiceHost.cs (1)
73
DispatcherBuilder
dispatcherBuilder = new DispatcherBuilder();
System\ServiceModel\Description\DispatcherBuilder.cs (11)
102
DispatcherBuilder
.BuildProxyOperation(operation, clientRuntime);
106
DispatcherBuilder
.BuildDispatchOperation(operation, clientRuntime.CallbackDispatchRuntime, null);
110
DispatcherBuilder
.ApplyClientBehavior(serviceEndpoint, clientRuntime);
339
Type returnValue =
DispatcherBuilder
.MaybeCreateListener(true, supportedChannelTypes.ToArray(), binding, parameters,
612
DispatcherBuilder
.SecurityContractInformationEndpointBehavior.ServerInstance.AddBindingParameters(endpoint, parameters);
613
DispatcherBuilder
.AddBindingParameters(endpoint, parameters);
753
EndpointDispatcher dispatcher =
DispatcherBuilder
.BuildDispatcher(serviceHost, description, endpoint, endpoint.Contract, provider);
861
DispatcherBuilder
.BindOperations(endpoint.Contract, null, dispatcher.DispatchRuntime);
955
DispatcherBuilder
.BuildDispatchOperation(operation, dispatch, provider);
959
DispatcherBuilder
.BuildProxyOperation(operation, dispatch.CallbackClientRuntime);
1069
DispatcherBuilder
.BindOperations(contractDescription, clientRuntime, null);
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
985
DispatcherBuilder
.MaybeCreateListener(true, endpointChannelTypes, binding, parameters,
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
1174
DispatcherBuilder
.MaybeCreateListener(true, endpointChannelTypes, binding, parameters,
System\ServiceModel\ServiceHost.cs (12)
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);
552
DispatcherBuilder
dispatcherBuilder = new DispatcherBuilder();
658
return
DispatcherBuilder
.GetBindingParameters(this, new Collection<ServiceEndpoint>());
668
else if (!this.EndpointsByListenUriInfo.TryGetValue(
DispatcherBuilder
.GetListenUriInfoForEndpoint(this, inputEndpoint), out endpoints) || !endpoints.Contains(inputEndpoint))
674
return
DispatcherBuilder
.GetBindingParameters(this, endpoints);
679
return
DispatcherBuilder
.GetBindingParameters(this, endpoints);