Пример #1
0
 /// <summary>
 /// Creates a new response encapsulating the webresponse specified.
 /// </summary>
 public Response(WebResponse innerResponse)
 {
     innerResponse.ThrowIfNull("innerResponse");
     this.innerResponse = innerResponse;
 }