HttpWorkerRequest.HeaderVary Campo

Definizione

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

public: int HeaderVary = 28;
public const int HeaderVary = 28;
val mutable HeaderVary : int
Public Const HeaderVary As Integer  = 28

Valore del campo

Value = 28
Int32

Commenti

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

Si applica a