Accusoft.ThumbnailXpress6.Net
ProxyServer Property




Gets and sets the name or IP address of an optional proxy server.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<DescriptionAttribute("Indicates the proxy server.")>
<CategoryAttribute("ThumbnailXpress")>
Public Property ProxyServer As String
'Usage
 
Dim instance As ThumbnailXpress
Dim value As String
 
instance.ProxyServer = value
 
value = instance.ProxyServer
[Browsable(true)]
[Description("Indicates the proxy server.")]
[Category("ThumbnailXpress")]
public string ProxyServer {get; set;}
[Browsable(true)]
[Description("Indicates the proxy server.")]
[Category("ThumbnailXpress")]
public: __property string* get_ProxyServer();
public: __property void set_ProxyServer( 
   string* value
);
[Browsable(true)]
[Description("Indicates the proxy server.")]
[Category("ThumbnailXpress")]
public:
property String^ ProxyServer {
   String^ get();
   void set (    String^ value);
}

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

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback