HttpWorkerRequest.HeaderLastModified Pole

Definice

Určuje číslo indexu hlavičky Last-Modified HTTP.

public: int HeaderLastModified = 19;
public const int HeaderLastModified = 19;
val mutable HeaderLastModified : int
Public Const HeaderLastModified As Integer  = 19

Hodnota pole

Value = 19

Poznámky

Rozhraní .NET přiřadí číslo indexu každému standardnímu typu hlavičky HTTP, pro použití v metodách GetKnownRequestHeader a SendKnownResponseHeader.

Platí pro