5 references to EndpointDispatcher
System.ServiceModel (4)
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
434
EndpointDispatcher dispatcher = new
EndpointDispatcher
(address, HttpGetImpl.ContractName, HttpGetImpl.ContractNamespace, true);
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (1)
40
:
this
(address, contractName, contractNamespace, false)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
998
EndpointDispatcher endpointDispatcher = new
EndpointDispatcher
(new EndpointAddress(this.listenUri), "SecurityNegotiationContract", NamingHelper.DefaultNamespace, true);
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
1187
EndpointDispatcher endpointDispatcher = new
EndpointDispatcher
(new EndpointAddress(this.listenUri), "IssueAndRenewSession", NamingHelper.DefaultNamespace, true);
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Description\WorkflowInstanceManagementBehavior.cs (1)
148
EndpointDispatcher endpointDispatcher = new
EndpointDispatcher
(address,