ConnectionManagerHttpClass.UseProxy Property

Definition

Gets or sets a value that indicates whether the connection uses a proxy for requests.

public:
 virtual property bool UseProxy { bool get(); void set(bool value); };
public virtual bool UseProxy { get; set; }
member this.UseProxy : bool with get, set
Public Overridable Property UseProxy As Boolean

Property Value

true if the connection uses a proxy for request; otherwise, false.

Implements

Applies to