The scenario is you want to configure the ServiceHostBase instance but don't know the type ahead of time as it's coming from configuration. The existing ConfigureServiceHostBase extension method requires you to provide the service type as a generic parameter. This is what the current api looks like:
Powerful .NET framework for building multi-tier desktop or web applications backed by a service layer based on Entity Framework or any other ORM framework.
🌵WCF🌵 is a tool often used to implement and deploy a service-oriented architecture (SOA). It is designed using service-oriented architecture principles to support distributed computing where services have remote consumers.
DEPRECATED - A .NET library that makes it easy to use WCF clients/channels and prevent memory and connection leaks by automatically correctly performing the close/abort pattern.
Issue created based on CoreWCF/CoreWCF#706 (comment)
The scenario is you want to configure the ServiceHostBase instance but don't know the type ahead of time as it's coming from configuration. The existing ConfigureServiceHostBase extension method requires you to provide the service type as a generic parameter. This is what the current api looks like: