Accusoft.ImagXpress13.Net
ProxySettings Property




Gets and sets the proxy server name or ID.
Syntax
'Declaration
 
Public Property ProxySettings As WebProxy
'Usage
 
Dim instance As InternetOptions
Dim value As WebProxy
 
instance.ProxySettings = value
 
value = instance.ProxySettings
public WebProxy ProxySettings {get; set;}
public: __property WebProxy* get_ProxySettings();
public: __property void set_ProxySettings( 
   WebProxy* value
);
public:
property WebProxy^ ProxySettings {
   WebProxy^ get();
   void set (    WebProxy^ value);
}

Property Value

The System.Net.WebProxy set.
See Also

Reference

InternetOptions Class
InternetOptions Members
System.Net.WebProxy

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback