view Stocks/Stocks.Common/IWebClientShim.cs @ 47:376c72183392

selection
author Steven Hollidge <stevenhollidge@hotmail.com>
date Fri, 06 Apr 2012 23:09:53 +0100
parents c812bca7b1ac
children
line wrap: on
line source

using System;
namespace Stocks.Common
{
  public interface IWebClientShim : IDisposable
  {
    string DownloadString(string address);
  }
}