SoapHeaderHandling.EnsureHeadersUnderstood(SoapHeaderCollection) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檢查以確保已經辨認了必須辨認的 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
SoapHeaderCollection,包含 SOAP 標頭。
例外狀況
未辨認必須辨認的 SOAP 標頭。