Version

SetProxySetting(Object,Object) Method

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

Parameters

oName
oValue
Remarks
The settings that can be used with SetProxySetting are :
  1. HardBreakOnAllErrors
  2. ReportAllActionResults
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