Sdílet prostřednictvím


SoapHeaderHandling.EnsureHeadersUnderstood(SoapHeaderCollection) Metoda

Definice

Kontroluje, zda byly rozuměny hlavičkám SOAP, kterým je třeba rozumět; Pokud ne, tato metoda vyvolá výjimku.

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)

Parametry

headers
SoapHeaderCollection

Obsahuje SoapHeaderCollection hlavičky SOAP.

Výjimky

Hlavička SOAP, které je třeba rozumět, nebyla pochopena.

Platí pro

Viz také