9 references to ContractNamespace
System.ServiceModel (5)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (2)
354&& endpointDispatcher.ContractNamespace == ServiceMetadataBehavior.MexContractNamespace) 380&& endpointDispatcher.ContractNamespace == ServiceMetadataExtension.HttpGetImpl.ContractNamespace)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
916{ "ContractNamespace", endpoint.ContractNamespace },
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
71dispatchRuntime.EndpointDispatcher.ContractNamespace,
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (1)
78this.contractNamespace = baseEndpoint.ContractNamespace;
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\EndpointDiscoveryMetadata.cs (1)
301IsDiscoveryContract(endpointDispatcher.ContractName, endpointDispatcher.ContractNamespace));
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingBehavior.cs (1)
48RoutingUtilities.IsRoutingServiceNamespace(endpointDispatcher.ContractNamespace))
System.WorkflowServices (2)
System\ServiceModel\Description\DurableServiceAttribute.cs (1)
162ServiceEndpoint serviceEndPoint = serviceDescription.Endpoints.Find(new XmlQualifiedName(endpointDispatcher.ContractName, endpointDispatcher.ContractNamespace));
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
289ServiceEndpoint serviceEndPoint = description.Endpoints.Find(new XmlQualifiedName(endPointDispatcher.ContractName, endPointDispatcher.ContractNamespace));