Version

SetProxySetting Method (RecordReplayProxyBase)

This method will set the value of one of the customizable proxy settings.
Syntax
'Declaration
 
Public Sub SetProxySetting( _
   ByVal oSettingName As System.Object, _
   Optional ByVal oNewSettingValue As System.Object _
) 
public void SetProxySetting( 
   System.object oSettingName,
   System.object oNewSettingValue
)
public: void SetProxySetting( 
   System.Object* oSettingName,
   System.Object* oNewSettingValue
) 

Parameters

oSettingName
Name or QTP enumeration value representing a customizable proxy setting
oNewSettingValue
The new value for the proxy setting. Leave empty to reset to default.
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