言語

HttpClientConnection100Class.ProxyUserName プロパティ

定義

プロキシにログインする際に使うユーザー名を取得するか設定します。

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

プロパティ値

プロキシにログインするために使われたユーザー名を含む文字列です。

実装

属性

適用対象