SoapHeaderHandling.EnsureHeadersUnderstood(SoapHeaderCollection) メソッド

定義

理解する必要がある SOAP ヘッダーが確実に理解されていることを確認します。そうでない場合、このメソッドは例外をスローします。

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)

パラメーター

headers
SoapHeaderCollection

SOAP ヘッダーを含む SoapHeaderCollection

例外

理解する必要がある SOAP ヘッダーが認識されませんでした。

適用対象

こちらもご覧ください