stream read from uri

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kun

    stream read from uri

    Dear all,

    I want to create a simple app. to read content of a website.

    Which name space should I use?
    How to start :)

    Regards,
    Kun


  • Chad Myers

    #2
    Re: stream read from uri


    "Kun" <sokun@seila.go v.kh> wrote in message
    news:OfHbEMgYDH A.1280@tk2msftn gp13.phx.gbl...[color=blue]
    > Dear all,
    >
    > I want to create a simple app. to read content of a website.
    >
    > Which name space should I use?
    > How to start :)[/color]

    System.Net.WebC lient. There are several examples in the
    ..NET Framework SDK documentation

    -c


    Comment

    • Kun

      #3
      Re: stream read from uri

      Okay now it works.
      But I got problem when if I open my page:

      test.asp?lang=k h

      Then I didn't get the actual html like internet explorer source code.

      How to deal with this problem?

      Regards,
      Kun

      "Chad Myers" <cmyers@N0.SP.4 M.austin.rr.com > wrote in message
      news:TIB_a.1681 34$hV.11263586@ twister.austin. rr.com...[color=blue]
      >
      > "Kun" <sokun@seila.go v.kh> wrote in message
      > news:OfHbEMgYDH A.1280@tk2msftn gp13.phx.gbl...[color=green]
      > > Dear all,
      > >
      > > I want to create a simple app. to read content of a website.
      > >
      > > Which name space should I use?
      > > How to start :)[/color]
      >
      > System.Net.WebC lient. There are several examples in the
      > .NET Framework SDK documentation
      >
      > -c
      >
      >[/color]


      Comment

      Working...