Gets and sets the proxy server name or ID for http and ftp requests.
Read-write property
Visual Basic |
---|
Public Property ProxyServer As String |
The proxy server name or ID.
This property applies only when reading or writing files to an http or ftp address. Many organizations use a proxy server to allow individual computers to access the Internet through their local area network (LAN). The ProxyServer property specifies the name of the proxy server, which can be a word such as "MyProxyServer," or an Internet Protocol address such as "192.68.112.56".
If the computer uses a direct connection such as Dial-Up Networking, the computer does not use a proxy server and this property should not be set.