HttpWorkerRequest.HeaderContentLocation 欄位

定義

指定 HTTP 標頭的 Content-Location 索引號。

public: int HeaderContentLocation = 15;
public const int HeaderContentLocation = 15;
val mutable HeaderContentLocation : int
Public Const HeaderContentLocation As Integer  = 15

欄位值

Value = 15

備註

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

適用於