HttpWorkerRequest.GetKnownResponseHeaderName(Int32) Méthode

Définition

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 index paramètre.

S’applique à