c2c,
The intent behind the design was that each client should represent a particular service, which is why you don't change the base URI after it's been constructed. The instances aren't that expensive to create and destroy -- if your connections are short-lived, you should feel comfortable creating and destroying clients at will.
Niklas
The intent behind the design was that each client should represent a particular service, which is why you don't change the base URI after it's been constructed. The instances aren't that expensive to create and destroy -- if your connections are short-lived, you should feel comfortable creating and destroying clients at will.
Niklas