3
votes
4answers
976 views
Do I need to dispose a web service reference in ASP.NET?
Does the garbage collector clean up web service references or do I need to call dispose on the service reference after I'm finished calling whatever method I call?
…
1
vote
Do I need to dispose a web service reference in ASP.NET?
I think the DataService inherits Dispose from Component.
…
