다음을 통해 공유


SoapHeaderHandling.WriteUnknownHeaders 메서드

정의

SOAP 메시지에 지정한 SOAP 헤더 내용을 씁니다.

public:
 static void WriteUnknownHeaders(System::Xml::XmlWriter ^ writer, System::Web::Services::Protocols::SoapHeaderCollection ^ headers, System::String ^ envelopeNS);
public static void WriteUnknownHeaders (System.Xml.XmlWriter writer, System.Web.Services.Protocols.SoapHeaderCollection headers, string envelopeNS);
static member WriteUnknownHeaders : System.Xml.XmlWriter * System.Web.Services.Protocols.SoapHeaderCollection * string -> unit
Public Shared Sub WriteUnknownHeaders (writer As XmlWriter, headers As SoapHeaderCollection, envelopeNS As String)

매개 변수

writer
XmlWriter

헤더를 쓰는 데 사용할 XmlWriter입니다.

headers
SoapHeaderCollection

쓸 SOAP 헤더가 들어 있는 SoapHeaderCollection입니다.

envelopeNS
String

SOAP 메시지 Envelope의 네임스페이스가 들어 있는 String입니다.

적용 대상