Documentation for this section has not yet been entered.
The HttpWebResponse.Cookies property provides an instance of the System.Net.CookieCollection class that holds the cookies associated with this response.
If the HttpWebRequest.CookieContainer property of the associated System.Net.HttpWebRequest is null, the HttpWebResponse.Cookies property will also be null. Any cookie information sent by the server will be available in the HttpWebResponse.Headers property, however.