1 write to Factory
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceActivationElement.cs (1)
80
this.
Factory
= factory;
2 references to Factory
System.ServiceModel.Activation (2)
System\ServiceModel\ServiceHostingEnvironment.cs (2)
663
if (string.IsNullOrEmpty(element.
Factory
) && string.IsNullOrEmpty(element.Service))
669
string value = string.Format(CultureInfo.CurrentCulture, "{0}|{1}|{2}", normalizedRelativeAddress, element.
Factory
, element.Service);