wasSharp

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 29  →  ?path2? @ 30
/Web/wasHTTPClient.cs
@@ -21,7 +21,7 @@
// <summary>A portable HTTP client.</summar>
public class wasHTTPClient : IDisposable
{
private readonly HttpClient HTTPClient;
private HttpClient HTTPClient;
private readonly string MediaType;
 
public wasHTTPClient(ProductInfoHeaderValue userAgent, CookieContainer cookieContainer, string mediaType,
@@ -89,6 +89,7 @@
public void Dispose()
{
HTTPClient?.Dispose();
HTTPClient = null;
}
 
///////////////////////////////////////////////////////////////////////////