HttpWorkerRequest.HeaderIfMatch Campo

Definizione

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

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

Valore del campo

Value = 29

Commenti

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

Si applica a