Roland Weber wrote:
Hello folks,
the HttpState class in it's current form combines two aspects which I believe are fundamentally different:
a) Credentials - application controlled, never changed by automatic processing of responses. Basically read-only.
b) Cookies - HttpClient controlled, updated automatically when responses are processed. Read-write.
I would prefer to have separate classes for this.
Yes definitely. I would like to see HttpState go away completely. The name is misleading too. As if Credentials and Cookies were the only state associated with a request.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
