HttpWorkerRequest.HeaderWwwAuthenticate フィールド

定義

WWW-Authenticate HTTP ヘッダーのインデックス番号を指定します。

public: int HeaderWwwAuthenticate = 29;
public const int HeaderWwwAuthenticate = 29;
val mutable HeaderWwwAuthenticate : int
Public Const HeaderWwwAuthenticate As Integer  = 29

フィールド値

Value = 29

注釈

.NET Frameworkは、 メソッドと SendKnownResponseHeader メソッドで使用するために、各標準 HTTP ヘッダーの種類にインデックス番号をGetKnownRequestHeader割り当てます。

適用対象