wasSharp – Diff between revs 8 and 9

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 8 Rev 9
Line 103... Line 103...
103 public class wasHTTPClient 103 public class wasHTTPClient
104 { 104 {
105 private readonly HttpClient HTTPClient; 105 private readonly HttpClient HTTPClient;
106 private readonly string MediaType; 106 private readonly string MediaType;
Line -... Line 107...
-   107  
-   108 public wasHTTPClient(ProductInfoHeaderValue userAgent, CookieContainer cookieContainer, string mediaType, uint timeout) : this(userAgent, cookieContainer, mediaType, null, null, timeout)
-   109 {
-   110 }
107   111  
108 public wasHTTPClient(ProductInfoHeaderValue userAgent, string mediaType, uint timeout) : this(userAgent, new CookieContainer(), mediaType, null, null, timeout) 112 public wasHTTPClient(ProductInfoHeaderValue userAgent, string mediaType, uint timeout) : this(userAgent, new CookieContainer(), mediaType, null, null, timeout)
109 { 113 {
Line 110... Line 114...
110 } 114 }