HttpWorkerRequest.HeaderIfMatch Campo

Definizione

Consente di specificare il numero di indice per l'intestazione HTTP If-Match.

public: int HeaderIfMatch = 29;
public const int HeaderIfMatch = 29;
val mutable HeaderIfMatch : int
Public Const HeaderIfMatch As Integer  = 29

Valore del campo

Value = 29
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