WCF-Xtensions Class Reference for .NET
Socks Property (SoapTcpTransportElement)






Represents the settings of the SOCKS proxy to use to connect to the service endpoint.
Syntax
[System.Configuration.ConfigurationProperty(Name="socks", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
protected SocksSettingsElement Socks {get; set;}
protected read-write property Socks: SocksSettingsElement; 
System.Configuration.ConfigurationPropertyAttribute(Name="socks", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=, 
   IsRequired=, 
   IsKey=)
protected function get,set Socks : SocksSettingsElement
[System.Configuration.ConfigurationProperty(Name="socks", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
protected: __property SocksSettingsElement* get_Socks();
protected: __property void set_Socks( 
   SocksSettingsElement* value
);
[System.Configuration.ConfigurationProperty(Name="socks", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
protected:
property SocksSettingsElement^ Socks {
   SocksSettingsElement^ get();
   void set (    SocksSettingsElement^ value);
}
'Declaration
 
<System.Configuration.ConfigurationPropertyAttribute(Name="socks", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=False, 
   IsRequired=False, 
   IsKey=False)>
Protected Property Socks As SocksSettingsElement
 
'Usage
 
Dim instance As SoapTcpTransportElement
Dim value As SocksSettingsElement
 
instance.Socks = value
 
value = instance.Socks
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

SoapTcpTransportElement Class
SoapTcpTransportElement Members

Send Feedback