Share via


ProxyElement.ProxyAddress Proprietà

Definizione

Ottiene o imposta l'URI che identifica il server proxy Web da utilizzare.

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

Valore della proprietà

Uri

URI che identifica il server proxy Web da usare.

Attributi

Si applica a

Vedi anche