Do I really need to delete an object SoapHttpClientProtocol?
SoapHttpClientProtocol
Is it better to use an instance like Singletonin ASP.Net?
Singleton
This suggests that SoapHttpClientProtocol- Thread Safe:http://msdn.microsoft.com/en-us/library/system.web.services.protocols.soaphttpclientprotocol.aspx .
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 .
using