Partager via


ResponseHeaders(IHeaderDictionary) Constructeur

Définition

Initialise une nouvelle instance de ResponseHeaders.

public:
 ResponseHeaders(Microsoft::AspNetCore::Http::IHeaderDictionary ^ headers);
public ResponseHeaders(Microsoft.AspNetCore.Http.IHeaderDictionary headers);
new Microsoft.AspNetCore.Http.Headers.ResponseHeaders : Microsoft.AspNetCore.Http.IHeaderDictionary -> Microsoft.AspNetCore.Http.Headers.ResponseHeaders
Public Sub New (headers As IHeaderDictionary)

Paramètres

headers
IHeaderDictionary

En-têtes de la requête.

S’applique à