public RequestCompleteEventArgs(WebRequest request, WebResponse response, string content)
 {
     this.request = request;
     this.response = new ExceptionizerResponse(response, content);
 }
Example #2
0
 public RequestCompleteEventArgs(WebRequest request, WebResponse response, string content)
 {
     this.request  = request;
     this.response = new ExceptionizerResponse(response, content);
 }