comparison MetroWpf/Stocks.Common/Models/WebRequestStats.cs @ 20:6109bc268b90

Latest
author adminsh@apollo
date Tue, 20 Mar 2012 13:37:46 +0000
parents
children
comparison
equal deleted inserted replaced
19:09d18d6e5f40 20:6109bc268b90
1 namespace Stocks.Common.Models
2 {
3 public class WebRequestStats
4 {
5 public int Duration { get; set; }
6 public int PricesDownloaded { get; set; }
7 public string Response { get; set; }
8 public string Request { get; set; }
9 public int SymbolCount { get; set; }
10 }
11 }