IdeaBlade DevForce 2010 Help Reference
GetUrlTextFile Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > HttpFns Class : GetUrlTextFile Method



url
The URL to read
proxyName
The name of the proxy host.
proxyPort
The port used by the proxy server.
Retrieves the contents of a URL as a stream

Syntax

Visual Basic (Declaration) 
Public Shared Function GetUrlTextFile( _
   ByVal url As String, _
   ByVal proxyName As String, _
   ByVal proxyPort As Integer _
) As String
Visual Basic (Usage)Copy Code
Dim url As String
Dim proxyName As String
Dim proxyPort As Integer
Dim value As String
 
value = HttpFns.GetUrlTextFile(url, proxyName, proxyPort)
C# 
public static string GetUrlTextFile( 
   string url,
   string proxyName,
   int proxyPort
)
C++/CLI 
public:
static String^ GetUrlTextFile( 
   String^ url,
   String^ proxyName,
   int proxyPort
) 

Parameters

url
The URL to read
proxyName
The name of the proxy host.
proxyPort
The port used by the proxy server.

Return Value

The contents of the URL as a string

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.