HttpWorkerRequest.HeaderRange Pole

Definice

Určuje číslo indexu hlavičky Range HTTP.

public: int HeaderRange = 37;
public const int HeaderRange = 37;
val mutable HeaderRange : int
Public Const HeaderRange As Integer  = 37

Hodnota pole

Value = 37

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