HttpWorkerRequest.HeaderLocation Campo

Definizione

Specifica il numero di indice per l'intestazione Location HTTP.

public: int HeaderLocation = 23;
public const int HeaderLocation = 23;
val mutable HeaderLocation : int
Public Const HeaderLocation As Integer  = 23

Valore del campo

Value = 23

Commenti

Il framework .NET assegna un numero di indice a ogni tipo di intestazione HTTP standard, da usare nei metodi GetKnownRequestHeader e SendKnownResponseHeader.

Si applica a