Hi everybody,
2 newbie questions:

1. Where is the class documentation?

2. Is this list for user questions? This is my question:
Doing a http post request, I want to read the response:
        ...
      HttpWebResponse response = (HttpWebResponse)request.GetResponse();
        response.StatusCode           // returns 200 OK
        response.GetResponseStream()  // returns null !?!??!
�Is this API unimplemented or are there an error in my use of it?


Thanks a lot for your good work and your time.

Gustavo (from Spain)


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to