vb.net - How to read returned stream data -


itemprop = "text">

I am currently reading a section like this:

  WC = New System. Net. WebClient () strm = wc.OpenRead (URL) Data.ReadXml (strm, XmlReadMode.InferSchema) strm.Close ()   

Reading the dataset section Also I want to be able To output text to a log file or to test for debug. Print details.

How can I do this? I tried to add a new stream reader after wc.openread but there is no data to read the dataset. Any help would be appreciated. Rick

  Post data .ReadXml (strm, XmlReadMode.InferSchema)   

call Data.GetXml dim xmlString string = Data.GetXml Sample below,

  as the new dataset of WC = New System.Net.WebClient () strm = wc using   

.OpenRead ("Using http: //news.yahoo.com/rss/entertainment") Data.ReadXml (strm, XmlReadMode.InferSchema) as String = Data.GetXml Debug.WriteLine (xmlString) with Dim xmlString Second end use Rana Using

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -