----- Original Message -----
From: "Elodie Tasia" <[EMAIL PROTECTED]>
To: "Slide Group" <[EMAIL PROTECTED]>
Sent: Wednesday, March 13, 2002 6:45 PM
Subject: HttpClient to call methods
Must I declare it every time I call a method, a can I set it just one time - for one
given resource - and call all methods I want on this resource ?
Yes, you should.
Because it's getting hard to manage the status and information in the client side, if
we have some factory methods.
So I recommend you to use WebdavResource class.
Sung-Gu