次の方法で共有


WebHttpRelayBindingElement.ProxyAddress プロパティ

定義

HTTP プロキシの URI アドレスを取得または設定します。

[System.Configuration.ConfigurationProperty("proxyAddress", DefaultValue=null)]
public Uri ProxyAddress { get; set; }
[<System.Configuration.ConfigurationProperty("proxyAddress", DefaultValue=null)>]
member this.ProxyAddress : Uri with get, set
Public Property ProxyAddress As Uri

プロパティ値

Uri

HTTP プロキシの Uri アドレスとして機能する を返します。 既定値は、null です。

属性

適用対象