次の方法で共有


HttpClientConnection100Class.ProxyDomain プロパティ

定義

プロキシにログオンするために使用されるドメイン設定を取得します。値の設定も可能です。

public:
 virtual property System::String ^ ProxyDomain { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(14)]
public virtual string ProxyDomain { [System.Runtime.InteropServices.DispId(14)] get; [System.Runtime.InteropServices.DispId(14)] set; }
[<System.Runtime.InteropServices.DispId(14)>]
[<get: System.Runtime.InteropServices.DispId(14)>]
[<set: System.Runtime.InteropServices.DispId(14)>]
member this.ProxyDomain : string with get, set
Public Overridable Property ProxyDomain As String

プロパティ値

プロキシへのログオンに使用するドメインを含む文字列。

実装

属性

適用対象