WCF-Xtensions Class Reference for .NET
Port Property (SocksSettings)






Gets or sets the TCP port of the SOCKS proxy.
Syntax
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);
}
'Declaration
 
Public Property Port As System.Integer
 
'Usage
 
Dim instance As SocksSettings
Dim value As System.Integer
 
instance.Port = value
 
value = instance.Port
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

SocksSettings Class
SocksSettings Members

Send Feedback