Pages

Men

rh

7/06/2012

What is service host factory in WCF?

What is service host factory in WCF?
  • Service host factory is the mechanism by which we can create the instances of service host dynamically as the request comes in.
  • This is useful when we need to implement the event handlers for opening and closing the service.
  • WCF provides ServiceFactory class for this purpose

No comments :

Post a Comment