Accusoft.ThumbnailXpressSdk Namespace > ThumbnailXpress Class : ProxyServer Property |
'Declaration <CategoryAttribute("ThumbnailXpress")> <BrowsableAttribute(True)> <DescriptionAttribute("Indicates the proxy server.")> Public Property ProxyServer As String
'Usage Dim instance As ThumbnailXpress Dim value As String instance.ProxyServer = value value = instance.ProxyServer
[CategoryAttribute("ThumbnailXpress")] [BrowsableAttribute(true)] [DescriptionAttribute("Indicates the proxy server.")] public string ProxyServer {get; set;}
[CategoryAttribute("ThumbnailXpress")] [BrowsableAttribute(true)] [DescriptionAttribute("Indicates the proxy server.")] public: __property string* get_ProxyServer(); public: __property void set_ProxyServer( string* value );
[CategoryAttribute("ThumbnailXpress")] [BrowsableAttribute(true)] [DescriptionAttribute("Indicates the proxy server.")] public: property String^ ProxyServer { String^ get(); void set ( String^ value); }
The ProxyServer property applies only when reading image files from 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.