WebRequestPSCmdlet.Proxy Property

Definition

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

Uri
Attributes

Applies to