HttpWorkerRequest.HeaderContentLocation 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定 Content-Location
HTTP 標頭的索引編號。
public: int HeaderContentLocation = 15;
public const int HeaderContentLocation = 15;
val mutable HeaderContentLocation : int
Public Const HeaderContentLocation As Integer = 15
欄位值
Value = 15備註
.NET Framework 會將索引編號指派給每個標準 HTTP 標頭類型,以便用於 GetKnownRequestHeader 和 SendKnownResponseHeader 方法中。