INewVersionCheckerProviderDownloadFileContent Method |
Downloads a file from the Internet and returns its content.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string DownloadFileContent(
string url
)
Function DownloadFileContent (
url As String
) As String
String^ DownloadFileContent(
String^ url
)
abstract DownloadFileContent :
url : string -> string
Parameters
- url
- Type: SystemString
Return Value
Type:
StringSee Also