Stock Quotes With TCP (COM/.NET Interop)
This sample demonstrates use of the PowerTCP TCP Component in the ASP.NET environment. This sample gets a page from Yahoo's stock service, passing a querystring in the request. Yahoo uses this querystring to render information about the stock symbol in the response. This response is then parsed to obtain the stock value View ASPX Page Source.