Partager via


SoapHeaderHandling.EnsureHeadersUnderstood(SoapHeaderCollection) Méthode

Définition

Vérifie que les en-têtes SOAP qui doivent être compris l'ont effectivement été ; sinon, cette méthode lève une exception.

public:
 static void EnsureHeadersUnderstood(System::Web::Services::Protocols::SoapHeaderCollection ^ headers);
public static void EnsureHeadersUnderstood (System.Web.Services.Protocols.SoapHeaderCollection headers);
static member EnsureHeadersUnderstood : System.Web.Services.Protocols.SoapHeaderCollection -> unit
Public Shared Sub EnsureHeadersUnderstood (headers As SoapHeaderCollection)

Paramètres

headers
SoapHeaderCollection

SoapHeaderCollection contenant les en-têtes SOAP.

Exceptions

Un en-tête SOAP qui doit être compris ne l'a pas été.

S’applique à

Voir aussi