Question

I am using Reflector but I can't find System.ServiceModel.ServiceHost.Dispose(). Where is it?

Was it helpful?

Solution

It's on ServiceHostBase. It's explicitly implemented so you're looking for the name System.IDisposable.Dispose instead of simply Dispose

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top