Dynamsoft Home|Product Home

ProxyServer

Description

Sets or returns the name of the proxy server.

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:
WebTwain.ProxyServer = "http=http://192.168.1.100:8080";

Also, when the value of the ProxyServer property is not set, Dynamic Web TWAIN 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()