HttpSettings.ForwardProxy Property

Definition

Gets or sets the configuration settings of a forward proxy used to make the requests.

[Newtonsoft.Json.JsonProperty(PropertyName="forwardProxy")]
public Microsoft.Azure.Management.WebSites.Models.ForwardProxy ForwardProxy { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="forwardProxy")>]
member this.ForwardProxy : Microsoft.Azure.Management.WebSites.Models.ForwardProxy with get, set
Public Property ForwardProxy As ForwardProxy

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to