HttpResponseWrapper.AppendHeader(String, 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.
Ajoute un en-tête HTTP à la réponse actuelle.
public:
override void AppendHeader(System::String ^ name, System::String ^ value);
public override void AppendHeader (string name, string value);
override this.AppendHeader : string * string -> unit
Public Overrides Sub AppendHeader (name As String, value As String)
Paramètres
- name
- String
Nom de l'en-tête HTTP à ajouter à la réponse actuelle.
- value
- String
Valeur de l'en-tête.
Exceptions
L’en-tête a été ajouté après l’envoi des en-têtes HTTP.