HttpWorkerRequest.HeaderLocation Campo

Definizione

Consente di specificare il numero di indice per l'intestazione HTTP Location.

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

Valore del campo

Value = 23
Int32

Commenti

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

Si applica a