HttpWorkerRequest.GetKnownResponseHeaderName(Int32) 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 nom de l'en-tête de réponse HTTP spécifié.
public:
static System::String ^ GetKnownResponseHeaderName(int index);
public static string GetKnownResponseHeaderName (int index);
static member GetKnownResponseHeaderName : int -> string
Public Shared Function GetKnownResponseHeaderName (index As Integer) As String
Paramètres
- index
- Int32
Numéro d'index de l'en-tête.
Retours
Nom de l'en-tête de réponse HTTP spécifié dans le paramètre index
.