File: System\ServiceModel\Activation\ServiceHostFactoryBase.cs | |
Project: ndp\cdf\src\WCF\ServiceModel\System.ServiceModel.csproj (System.ServiceModel) |
//---------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- namespace System.ServiceModel.Activation { public abstract class ServiceHostFactoryBase { public abstract ServiceHostBase CreateServiceHost(string constructorString, Uri[] baseAddresses); } } |