5 references to EndpointDispatcher
System.ServiceModel (1)
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (1)
33
:
this
(address, contractName, contractNamespace)
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\ClientOperationFormatterProvider.cs (1)
35
EndpointDispatcher dispatcher = new
EndpointDispatcher
(new EndpointAddress("http://dummyuri/"), "dummyContract", "urn:dummyContractNs");
System\ServiceModel\Activities\ServiceOperationFormatterProvider.cs (1)
25
EndpointDispatcher dispatcher = new
EndpointDispatcher
(new EndpointAddress("http://dummyuri/"), "dummyContract", "urn:dummyContractNs");
System.ServiceModel.Web (2)
System\ServiceModel\Description\WebHttpBehavior.cs (1)
1078
EndpointDispatcher dummyED = new
EndpointDispatcher
(new EndpointAddress("http://localhost/"), "name", "");
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
301
EndpointDispatcher metadataEndpointDispatcher = new
EndpointDispatcher
(metadataAddress, metadataContract.Name, metadataContract.Namespace);