NET FTP Library
Port Property (ProxyInfo)






KellermanSoftware.NetFtpLibrary Namespace > ProxyInfo Class : Port Property
The port of the proxy server
Syntax
'Declaration
 
Public Property Port As System.Integer
'Usage
 
Dim instance As ProxyInfo
Dim value As System.Integer
 
instance.Port = value
 
value = instance.Port
public System.int Port {get; set;}
public read-write property Port: System.Integer; 
public function get,set Port : System.int
public: __property System.int get_Port();
public: __property void set_Port( 
   System.int value
);
public:
property System.int Port {
   System.int get();
   void set (    System.int 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