次の方法で共有


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 ヘッダーが認識されませんでした。

適用対象

こちらもご覧ください