Search code examples
c#.netwcfrestasynchronous-wcf-call

Do WCF 3.5 REST endpoints call associated methods asynchronously?


When a WCF 3.5 REST endpoint (via WebServiceHost) handles a URI request, does it invoke the associated procedure asynchronously?

Thanks,

Scott


Solution

  • Yes, WebServiceHost.Open() listens to requests from a separate thread.