SoapHeaderHandling.EnsureHeadersUnderstood(SoapHeaderCollection) Metodo

Definizione

Verifica che le intestazioni SOAP siano state effettivamente riconosciute ; in caso contrario, questo metodo genera un'eccezione.

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)

Parametri

headers
SoapHeaderCollection

Oggetto SoapHeaderCollection che contiene le intestazioni SOAP.

Eccezioni

Intestazione SOAP che non è stata riconosciuta.

Si applica a

Vedi anche