wasDAVClient

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 4  →  ?path2? @ 3
/wasDAVClient/Client.cs
@@ -12,7 +12,7 @@
 
namespace wasDAVClient
{
public class Client : IClient, IDisposable
public class Client : IClient
{
private const int HttpStatusCode_MultiStatus = 207;
 
@@ -580,14 +580,6 @@
}
}
 
public void Dispose()
{
if(_client != null)
_client.Dispose();
if (_uploadClient != null)
_uploadClient.Dispose();
}
 
#endregion
}
}