WinHttpHandler.PreAuthenticate プロパティ

定義

ハンドラーが要求と共に認証ヘッダーを送信するかどうかを示す値を取得または設定します。

public:
 property bool PreAuthenticate { bool get(); void set(bool value); };
public bool PreAuthenticate { get; set; }
member this.PreAuthenticate : bool with get, set
Public Property PreAuthenticate As Boolean

プロパティ値

注釈

このプロパティの既定値は、false です。

適用対象