NET FTP Library
Type Property






KellermanSoftware.NetFtpLibrary Namespace > ProxyInfo Class : Type Property
The type of protocol to use for the Proxy Server
Syntax
'Declaration
 
Public Property Type As ProxyType
'Usage
 
Dim instance As ProxyInfo
Dim value As ProxyType
 
instance.Type = value
 
value = instance.Type
public ProxyType Type {get; set;}
public read-write property Type: ProxyType; 
public function get,set Type : ProxyType
public: __property ProxyType get_Type();
public: __property void set_Type( 
   ProxyType value
);
public:
property ProxyType Type {
   ProxyType get();
   void set (    ProxyType value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProxyInfo Class
ProxyInfo Members