1 write to Namespace
ComSvcConfig (1)
EndpointConfigContainer.cs (1)
457
newComContract.
Namespace
= EndpointConfig.TempURI + contractIID.ToString().ToUpperInvariant();
2 references to Namespace
System.ServiceModel (2)
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (2)
75
if (String.IsNullOrEmpty(contractConfigElement.Name) || String.IsNullOrEmpty(contractConfigElement.
Namespace
))
78
ContractDescription contract = new ContractDescription(contractConfigElement.Name, contractConfigElement.
Namespace
);