Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 506 Bytes

File metadata and controls

9 lines (5 loc) · 506 Bytes

WcfExample

Hosting a WCF service whose implementation is resolved from Autofac, using the service host factory.

Packages: Autofac, Autofac.Wcf

Open Examples.slnx in Visual Studio on Windows and run the project under IIS Express. MvcExample acts as its client.

See Windows Communication Foundation (WCF) for the documentation this example follows.