ProxyElement.ProxyAddress Egenskap

Definition

Hämtar eller anger den URI som identifierar webbproxyservern som ska användas.

public:
 property Uri ^ ProxyAddress { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("proxyaddress")]
public Uri ProxyAddress { get; set; }
[<System.Configuration.ConfigurationProperty("proxyaddress")>]
member this.ProxyAddress : Uri with get, set
Public Property ProxyAddress As Uri

Egenskapsvärde

Uri

Den URI som identifierar webbproxyservern som ska användas.

Attribut

Gäller för

Se även