Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Sub CopyFolder( _ ByVal url As String, _ ByVal folderPath As String, _ ByVal proxyName As String, _ ByVal proxyPort As Integer _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim url As String Dim folderPath As String Dim proxyName As String Dim proxyPort As Integer HttpFns.CopyFolder(url, folderPath, proxyName, proxyPort) |
C++/CLI | |
---|---|
public: static void CopyFolder( String^ url, String^ folderPath, String^ proxyName, int proxyPort ) |
Parameters
- url
- The URL to copy from
- folderPath
- The destination folder name
- proxyName
- The name of the proxy host.
- proxyPort
- The port on the proxy host to use.
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