WSHttpBindingBase.ProxyAddress プロパティ

定義

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

public:
 property Uri ^ ProxyAddress { Uri ^ get(); void set(Uri ^ value); };
public Uri ProxyAddress { get; set; }
[System.ComponentModel.TypeConverter(typeof(System.UriTypeConverter))]
public Uri ProxyAddress { get; set; }
member this.ProxyAddress : Uri with get, set
[<System.ComponentModel.TypeConverter(typeof(System.UriTypeConverter))>]
member this.ProxyAddress : Uri with get, set
Public Property ProxyAddress As Uri

プロパティ値

Uri

HTTP プロキシのアドレスとして使用できる Uri。 既定値は null です。

属性

この例では、メッセージの最大サイズを取得する方法について説明します。

Uri proxyAddress =
    binding1.ProxyAddress;
Dim proxyAddress As Uri = binding1.ProxyAddress

注釈

UseDefaultWebProxytrue に設定した場合、ProxyAddress の値は無視されます。

適用対象