The leading provider of version control solutions and TWAIN SDKs
  • Contact us









ProxyServer

Description

Returns or sets the name of the proxy server.

ActiveX Edition Plug-in Edition Mac Edition
Since V2.0 Since V2.0 Since V6.4*
*Note: Mac Edition doesn't support FTP Proxy, only HTTP Proxy.

Data type

String

Syntax

ObjectName. ProxyServer

Remarks

The value of this property should be set like "protocol=protocol://proxyServerIP(or name):proxyport". For example, if the proxy follows the HTTP protocol, the code should be:
Webcam.ProxyServer = "http=http://192.168.1.100:8080";

Also, when the value of the ProxyServer property is not set, Dynamic Webcam will get the proxy settings from IE.

When an error occurs and IfThrowException property is TRUE, an exception will be thrown. Check ErrorCode property and ErrorString property for error information.

See also

FTPUserName property, FTPPassword property, FTPPort property, ProxyServer property, FTPDownload, FTPUpload(), HTTPUserName property, HTTPPassword property, HTTPPort property, HTTPDownload(), HTTPUploadThroughPut(), HTTPUploadThroughPost()