Share via


HttpWorkerRequest.HeaderLocation 欄位

定義

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

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 方法。

適用於