Accusoft.ThumbnailXpress6.Net
ProxyServer Property




Gets and sets the name or IP address of an optional proxy server.
Syntax
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("Indicates the proxy server.")]
public string ProxyServer {get; set;}
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("Indicates the proxy server.")]
public: __property string* get_ProxyServer();
public: __property void set_ProxyServer( 
   string* value
);
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("Indicates the proxy server.")]
public:
property String^ ProxyServer {
   String^ get();
   void set (    String^ value);
}
'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

Property Value

A string value which represents the proxy server.
Remarks

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.

See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback