HttpWorkerRequest.HeaderLocation 欄位

定義

指定 HTTP 標頭的 Location 索引號。

public: int HeaderLocation = 23;
public const int HeaderLocation = 23;
val mutable HeaderLocation : int
Public Const HeaderLocation As Integer  = 23

欄位值

Value = 23

備註

.NET Framework 為每個標準 HTTP 標頭類型指派一個索引號,用於 GetKnownRequestHeaderSendKnownResponseHeader 方法。

適用於