言語

HttpClientConnection100Class.UseServerCredentials プロパティ

定義

接続がネットワーク認証情報を使用しているかどうかを示すブール値を取得または設定します。

public:
 virtual property bool UseServerCredentials { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(3)]
public virtual bool UseServerCredentials { [System.Runtime.InteropServices.DispId(3)] get; [System.Runtime.InteropServices.DispId(3)] set; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
[<set: System.Runtime.InteropServices.DispId(3)>]
member this.UseServerCredentials : bool with get, set
Public Overridable Property UseServerCredentials As Boolean

プロパティ値

接続がネットワーク認証情報を使用するかどうかを示すブール数です。 trueの値はネットワーク認証情報が使用されていることを示します。

実装

属性

適用対象