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

String

Nom de l'en-tête de réponse HTTP spécifié dans le paramètre index.

S’applique à