2 references to ContractName
System.ServiceModel (2)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
379
if (endpointDispatcher.ContractName == ServiceMetadataExtension.HttpGetImpl.
ContractName
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
434
EndpointDispatcher dispatcher = new EndpointDispatcher(address, HttpGetImpl.
ContractName
, HttpGetImpl.ContractNamespace, true);