HttpWorkerRequest.GetKnownResponseHeaderIndex(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne le numéro d'index de l'en-tête de réponse HTTP spécifié.
public:
static int GetKnownResponseHeaderIndex(System::String ^ header);
public static int GetKnownResponseHeaderIndex (string header);
static member GetKnownResponseHeaderIndex : string -> int
Public Shared Function GetKnownResponseHeaderIndex (header As String) As Integer
Paramètres
- header
- String
Nom de l’en-tête HTTP.
Retours
Numéro d'index de l'en-tête de réponse HTTP spécifié dans le paramètre header
.