WebRequestPSCmdlet.Proxy Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Proxy property.
public:
 virtual property Uri ^ Proxy { Uri ^ get(); void set(Uri ^ value); };
	public virtual Uri Proxy { get; set; }
	[System.Management.Automation.Parameter(ParameterSetName="CustomMethod")]
[System.Management.Automation.Parameter(ParameterSetName="StandardMethod")]
public virtual Uri Proxy { get; set; }
	member this.Proxy : Uri with get, set
	[<System.Management.Automation.Parameter(ParameterSetName="CustomMethod")>]
[<System.Management.Automation.Parameter(ParameterSetName="StandardMethod")>]
member this.Proxy : Uri with get, set
	Public Overridable Property Proxy As Uri
	Property Value
- Attributes