次の方法で共有


ProxyElement.ProxyAddress プロパティ

定義

使用する Web プロキシ サーバーを識別する URI を取得または設定します。

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

プロパティ値

Uri

使用する Web プロキシ サーバーを識別する URI。

属性

適用対象

こちらもご覧ください