WCF-Xtensions Class Reference for Mono
Port Property (SoapTcpDuplexTransportElement)






Gets or sets the TCP port of the SOCKS proxy.
Syntax
'Declaration
 
<System.Configuration.ConfigurationPropertyAttribute(Name="port", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=False, 
   IsRequired=False, 
   IsKey=False)>
<System.ComponentModel.CategoryAttribute("Socks Properties")>
Public Property Port As System.Integer
'Usage
 
Dim instance As SoapTcpDuplexTransportElement
Dim value As System.Integer
 
instance.Port = value
 
value = instance.Port
[System.Configuration.ConfigurationProperty(Name="port", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
[System.ComponentModel.Category("Socks Properties")]
public System.int Port {get; set;}
public read-write property Port: System.Integer; 
System.Configuration.ConfigurationPropertyAttribute(Name="port", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=, 
   IsRequired=, 
   IsKey=)
System.ComponentModel.CategoryAttribute("Socks Properties")
public function get,set Port : System.int
[System.Configuration.ConfigurationProperty(Name="port", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
[System.ComponentModel.Category("Socks Properties")]
public: __property System.int get_Port();
public: __property void set_Port( 
   System.int value
);
[System.Configuration.ConfigurationProperty(Name="port", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
[System.ComponentModel.Category("Socks Properties")]
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

SoapTcpDuplexTransportElement Class
SoapTcpDuplexTransportElement Members

Send Feedback