protected HttpWebRequestBuilder(HttpWebRequestConfiguration webRequestConfiguration) { _webRequestConfiguration = webRequestConfiguration; }
public HttpWebRequestHandler(HttpWebRequestConfiguration webRequestConfiguration) : base(webRequestConfiguration) { }