wasDAVClient – Diff between revs 1 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 3
Line 12... Line 12...
12 public string ContentType { get; set; } 12 public string ContentType { get; set; }
13 public DateTime? LastModified { get; set; } 13 public DateTime? LastModified { get; set; }
14 public string DisplayName { get; set; } 14 public string DisplayName { get; set; }
15 public long? ContentLength { get; set; } 15 public long? ContentLength { get; set; }
16 } 16 }
17 } 17 }
18   18