다음을 통해 공유


SoapHeaderHandling.EnsureHeadersUnderstood(SoapHeaderCollection) 메서드

정의

인식되어야 하는 SOAP 헤더가 인식되었는지 여부를 확인하고 인식되지 않았으면 이 메서드가 예외를 throw합니다.

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 헤더가 인식되지 않은 경우

적용 대상

추가 정보