These are code samples, services and components that are freely available and, therefore, not guaranteed in any way
ServiceReference1.StockQuoteServiceSoapClient stockquotesvc = new ServiceReference1.StockQuoteServiceSoapClient(); ServiceReference1.StockQuote stockQuote= stockquotesvc.GetStockQuote("t"); Console.WriteLine(stockQuote.LastTrade);