Share via


HttpWorkerRequest.HeaderIfNoneMatch Campo

Definizione

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

public: int HeaderIfNoneMatch = 31;
public const int HeaderIfNoneMatch = 31;
val mutable HeaderIfNoneMatch : int
Public Const HeaderIfNoneMatch As Integer  = 31

Valore del campo

Value = 31

Commenti

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

Si applica a