HttpClient.WebResponse

WebResponse object that is accessible after the request is complete and allows you to retrieve additional information about the completed request.

The Response Stream is already closed after the GetUrl methods complete (except GetUrlResponse()) but you can access the Response object members and collections to retrieve more detailed information about the current request that completed.

public HttpWebResponse WebResponse { get; set; }

See also:

Class HttpClient

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic