Welcome to Egypt Forums Mark forums read | Egypt Main Page
Egypt Forums
Arabic Movies



Classes & Source Code Thread, This snippet downloads data from a URI and prints it to the console. in Visual Basic Programming; This snippet downloads data from a URI and prints it to the console. Code PHP Code: Imports System . IO ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=3084


Reply
LinkBack Thread Tools Display Modes
This snippet downloads data from a URI and prints it to the console.
 
 
The God Father
Developer's Avatar

Reply With Quote
 
Join Date: Jul 2008
Location: NDC
Posts: 5,425
01-09-2008, 08:38 PM
 
This snippet downloads data from a URI and prints it to the console.

Code

PHP Code:
Imports System.IO
Imports System
.Net
Imports System
.Text

public
class WebReq

   Shared Sub Main
()
        
Dim uri As New Uri("http://www.cy2online.net")

        
Dim request As WebRequest = WebRequest.Create(uri)
        
Dim response As WebResponse = request.GetResponse()

        
Dim stream As Stream = response.GetResponseStream()
        
Dim reader As New StreamReader(stream)
        
Dim data As String = reader.ReadToEnd()
        
reader.Close()
        
stream.Close()
        
Console.WriteLine(data)
   
End Sub
__________________
I Love Walking In The Rain Cuz Nobody Know I'm Crying !!
 
 
 
Reply

Classes & Source Code Thread, This snippet downloads data from a URI and prints it to the console. in Visual Basic Programming; This snippet downloads data from a URI and prints it to the console. Code PHP Code: Imports System . IO ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=3084


Bookmarks

Tags
console, data, downloads, prints, snippet, uri


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
RapidShare Plus - Free Rapid Downloads Developer Software and Programs 0 30-11-2008 05:17 PM
Data Sweeper Pro 1.1 Developer Software and Programs 0 04-11-2008 10:28 PM
Links and Downloads Manager Developer Mods for 3.7.x 0 01-11-2008 11:06 PM
Links and Downloads Manager Developer Mods for 3.7.x 2 17-10-2008 12:32 AM
Simple Top Downloads - Administrator Developer Extensions for Joomla 1.5 0 28-09-2008 09:01 PM