Do I need to provide a link to a web service in ASP.NET? Can i use singleton?

Do I really need to delete an object SoapHttpClientProtocol?

Is it better to use an instance like Singletonin ASP.Net?

This suggests that SoapHttpClientProtocol- Thread Safe:
http://msdn.microsoft.com/en-us/library/system.web.services.protocols.soaphttpclientprotocol.aspx .

+3
source share
1 answer

The fact that it is thread safe means that using it as a singleton will reduce your site to almost a single-threaded application .

- - - using ( WCF ). - , .. ASP.NET .

+6

All Articles