共用方式為


HttpWorkerRequest.HeaderContentLocation 欄位

定義

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

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

欄位值

Value = 15
Int32

備註

.NET Framework 會將索引編號指派給每個標準 HTTP 標頭類型,以便用於 GetKnownRequestHeaderSendKnownResponseHeader 方法中。

適用於