HttpWorkerRequest.HeaderConnection Pole

Definice

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

public: int HeaderConnection = 1;
public const int HeaderConnection = 1;
val mutable HeaderConnection : int
Public Const HeaderConnection As Integer  = 1

Hodnota pole

Value = 1

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