HttpWorkerRequest.HeaderAuthorization Pole

Definice

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

public: int HeaderAuthorization = 24;
public const int HeaderAuthorization = 24;
val mutable HeaderAuthorization : int
Public Const HeaderAuthorization As Integer  = 24

Hodnota pole

Value = 24

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