1 write to Service
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceActivationElement.cs (1)
74
this.
Service
= service;
2 references to Service
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
);