Is SoapHttpClientProtocol thread safe?

前端 未结 4 582
野趣味
野趣味 2020-12-19 01:15

I created a Web Service proxy with the \"add web reference\" feature of VS 2008 (c#).

The generated class derives from SoapHttpClientProtocol

Ca

4条回答
  •  [愿得一人]
    2020-12-19 02:03

    Per this link: http://msdn.microsoft.com/en-us/library/system.web.services.protocols.soaphttpclientprotocol.aspx

    at the bottom under 'thread safety' it says this type is thread safe. I do however not know that using it as a Singleton will be Thread safe.

提交回复
热议问题