WCF-Xtensions Class Reference for Mono
ApplyConfiguration Method (SocksSettingsElement)






SocksSettings to configure.
Configures the SocksSettings with properties of this object.
Syntax
public void ApplyConfiguration( 
   SocksSettings target
)
public procedure ApplyConfiguration( 
    target: SocksSettings
); 
public function ApplyConfiguration( 
   target : SocksSettings
);
public: void ApplyConfiguration( 
   SocksSettings* target
) 
public:
void ApplyConfiguration( 
   SocksSettings^ target
) 
'Declaration
 
Public Sub ApplyConfiguration( _
   ByVal target As SocksSettings _
) 
 
'Usage
 
Dim instance As SocksSettingsElement
Dim target As SocksSettings
 
instance.ApplyConfiguration(target)

Parameters

target
SocksSettings to configure.
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

SocksSettingsElement Class
SocksSettingsElement Members

Send Feedback