HttpClient.WebRequest

WebRequest object that can be manipulated and set up for the request if you called .

Note: This object must be recreated and reset for each request, since a request's life time is tied to a single request. This object is not used if you specify a URL on any of the GetUrl methods since this causes a default WebRequest to be created.

public HttpWebRequest WebRequest { get; set; }

See also:

Class HttpClient

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