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 标头。