I am using Reflector but I can't find System.ServiceModel.ServiceHost.Dispose(). Where is it?
views:
87answers:
1
+4
A:
It's on ServiceHostBase
. It's explicitly implemented so you're looking for the name System.IDisposable.Dispose
instead of simply Dispose
JaredPar
2010-01-13 19:39:33