次の方法で共有


WSHttpRelayBindingBaseElement.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 です。

属性

適用対象