Mercurial > silverbladetech
comparison Stocks/Stocks.Common/Models/WebRequestStats.cs @ 0:e5d46bb6cdb0
Initial commit
author | adminSH stevenhollidge@hotmail.com |
---|---|
date | Mon, 20 Feb 2012 13:52:35 +0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e5d46bb6cdb0 |
---|---|
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 } |