wasSharp

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 56  →  ?path2? @ 57
/Web/wasHTTPClient.cs
@@ -22,7 +22,7 @@
// <summary>A portable HTTP client.</summar>
public class wasHTTPClient : IDisposable
{
private HttpClient HTTPClient;
private readonly HttpClient HTTPClient;
private readonly string MediaType;
 
public wasHTTPClient(ProductInfoHeaderValue userAgent, CookieContainer cookieContainer, string mediaType,