Is SoapHttpClientProtocol thread safe?
Posted
by Mike Gleason jr Couturier
on Stack Overflow
See other posts from Stack Overflow
or by Mike Gleason jr Couturier
Published on 2009-12-17T14:40:14Z
Indexed on
2010/04/05
6:13 UTC
Read the original article
Hit count: 779
Hi,
I created a Web Service proxy with the "add web reference" feature of VS 2008 (c#).
The generated class derives from SoapHttpClientProtocol
Can I store only one instance of my proxy in a singleton? Is it thread safe? Is there state between calls that would prevent me from doing this?
Thanks!
© Stack Overflow or respective owner